From c11ca0e0bfec41215da2c19b2a09435da2e4450e Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Tue, 28 Aug 2007 23:18:14 +0000 Subject: 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 --- activerecord/lib/active_record/xml_serialization.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord/lib') 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: # -- cgit v1.2.3