Method: ActiveResource::Scope#to_a

Defined in:
lib/active_resource/scopes.rb

#to_aObject



34
35
36
# File 'lib/active_resource/scopes.rb', line 34

def to_a
  resource_class.find :all, :params => params
end