diff options
author | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:36:18 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2008-05-21 23:39:07 +0200 |
commit | 291333d93a443d378e8837d97e04f06911ff85ab (patch) | |
tree | c8c085c33c9a9697d38953eb1cb25aa47ae7e3bd /activeresource/lib/active_resource/custom_methods.rb | |
parent | 46f0836d60da3e1e3508b1e03cd123cf8c58df6e (diff) | |
download | rails-291333d93a443d378e8837d97e04f06911ff85ab.tar.gz rails-291333d93a443d378e8837d97e04f06911ff85ab.tar.bz2 rails-291333d93a443d378e8837d97e04f06911ff85ab.zip |
gsub("ActiveResource", "Active Resource")
Diffstat (limited to 'activeresource/lib/active_resource/custom_methods.rb')
-rw-r--r-- | activeresource/lib/active_resource/custom_methods.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activeresource/lib/active_resource/custom_methods.rb b/activeresource/lib/active_resource/custom_methods.rb index 52a4a4f10b..33a2fffaa0 100644 --- a/activeresource/lib/active_resource/custom_methods.rb +++ b/activeresource/lib/active_resource/custom_methods.rb @@ -48,8 +48,8 @@ module ActiveResource # # => [{:id => 1, :name => 'Ryan'}] # # Note: the objects returned from this method are not automatically converted - # into ActiveResource instances - they are ordinary Hashes. If you are expecting - # ActiveResource instances, use the <tt>find</tt> class method with the + # into Active Resource instances - they are ordinary Hashes. If you are expecting + # Active Resource instances, use the <tt>find</tt> class method with the # <tt>:from</tt> option. For example: # # Person.find(:all, :from => :active) |