diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-21 22:58:10 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:39:07 +0200 |
commit | 1edbdbbfa8c516e687dcf43e37544ee72596540d (patch) | |
tree | 5716511134c73caa845bc677bc3738d7ad5e6800 /activeresource | |
parent | 981bb9bcccf744bd1515b716865b645dd5110948 (diff) | |
download | rails-1edbdbbfa8c516e687dcf43e37544ee72596540d.tar.gz rails-1edbdbbfa8c516e687dcf43e37544ee72596540d.tar.bz2 rails-1edbdbbfa8c516e687dcf43e37544ee72596540d.zip |
gsub("ActiveSupport", "Active Support")
Diffstat (limited to 'activeresource')
-rw-r--r-- | activeresource/lib/active_resource/base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activeresource/lib/active_resource/base.rb b/activeresource/lib/active_resource/base.rb index 08fd0123f6..961f5e6f7f 100644 --- a/activeresource/lib/active_resource/base.rb +++ b/activeresource/lib/active_resource/base.rb @@ -820,7 +820,7 @@ module ActiveResource # ==== Options # The +options+ parameter is handed off to the +to_xml+ method on each # attribute, so it has the same options as the +to_xml+ methods in - # ActiveSupport. + # Active Support. # # * <tt>:indent</tt> - Set the indent level for the XML output (default is +2+). # * <tt>:dasherize</tt> - Boolean option to determine whether or not element names should |