Guest User

Untitled

a guest
May 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. >> Api::Dato.find(:all, :from => :datos)
  2. NoMethodError: undefined method `collect!' for #<Hash:0xb376871c>
  3. from /usr/lib/ruby/gems/1.8/gems/activeresource-2.3.5/lib/active_resource/base.rb:662:in `instantiate_collection'
  4. from /usr/lib/ruby/gems/1.8/gems/activeresource-2.3.5/lib/active_resource/base.rb:632:in `find_every'
  5. from /usr/lib/ruby/gems/1.8/gems/activeresource-2.3.5/lib/active_resource/base.rb:582:in `find'
  6. from (irb):18
  7. from :0
  8. >> Api::Dato.find(:all, :from => :recent)
  9. NoMethodError: undefined method `collect!' for #<Hash:0xb374e18c>
  10. from /usr/lib/ruby/gems/1.8/gems/activeresource-2.3.5/lib/active_resource/base.rb:662:in `instantiate_collection'
  11. from /usr/lib/ruby/gems/1.8/gems/activeresource-2.3.5/lib/active_resource/base.rb:632:in `find_every'
  12. from /usr/lib/ruby/gems/1.8/gems/activeresource-2.3.5/lib/active_resource/base.rb:582:in `find'
  13. from (irb):19
  14. from :0
Add Comment
Please, Sign In to add comment