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