1
0
Fork 0
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:
Michael Koziarski 2007-08-28 23:18:14 +00:00
parent 5972fd493b
commit c11ca0e0bf

View file

@ -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:
#