aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-08-28 23:18:14 +0000
committerMichael Koziarski <michael@koziarski.com>2007-08-28 23:18:14 +0000
commitc11ca0e0bfec41215da2c19b2a09435da2e4450e (patch)
tree59a38df2092781833db194b62bf88ab47f25e253 /activerecord/lib
parent5972fd493b1c5537a1e7ef63e5beca3cf4de8fb9 (diff)
downloadrails-c11ca0e0bfec41215da2c19b2a09435da2e4450e.tar.gz
rails-c11ca0e0bfec41215da2c19b2a09435da2e4450e.tar.bz2
rails-c11ca0e0bfec41215da2c19b2a09435da2e4450e.zip
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
Diffstat (limited to 'activerecord/lib')
-rw-r--r--activerecord/lib/active_record/xml_serialization.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/xml_serialization.rb b/activerecord/lib/active_record/xml_serialization.rb
index 7e2d5dd01e..e32565745e 100644
--- a/activerecord/lib/active_record/xml_serialization.rb
+++ b/activerecord/lib/active_record/xml_serialization.rb
@@ -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:
#