all(*args)
This is an alias for find(:all). You can pass in all the same arguments to this method as you can to find(:all)
# File activeresource/lib/active_resource/base.rb, line 831 def all(*args) find(:all, *args) end