Skip to content

Commit

Permalink
Fix documentation error in xml serialization. [matt] Closes #9001
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7367 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
NZKoz committed Aug 28, 2007
1 parent 5972fd4 commit c11ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/xml_serialization.rb
Expand Up @@ -27,7 +27,7 @@ module XmlSerialization
# :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:
#
Expand Down

0 comments on commit c11ca0e

Please sign in to comment.