mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix documentation error in xml serialization. [matt] Closes #9001
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7367 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
5972fd493b
commit
c11ca0e0bf
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module ActiveRecord #:nodoc:
|
|||
# :except options are the same as for the #attributes method.
|
||||
# The default is to dasherize all column names, to disable this,
|
||||
# set :dasherize to false. To not have the column type included
|
||||
# in the XML output, set :skip_types to false.
|
||||
# in the XML output, set :skip_types to true.
|
||||
#
|
||||
# For instance:
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue