Guest User

Untitled

a guest
Jul 16th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. iff --git a/vendor/gems/sunspot_rails-0.10.9/lib/sunspot/rails/adapters.rb b/vendor/gems/sunspot_rails-0.10.9/lib/sunspot/rails/adapters.rb
  2. index f904644..2b09bb7 100644
  3. --- a/vendor/gems/sunspot_rails-0.10.9/lib/sunspot/rails/adapters.rb
  4. +++ b/vendor/gems/sunspot_rails-0.10.9/lib/sunspot/rails/adapters.rb
  5. @@ -46,7 +46,7 @@ module Sunspot #:nodoc:
  6. # Array:: Collection of ActiveRecord models
  7. #
  8. def load_all(ids)
  9. - @clazz.find_all_by_id(ids.map { |id| id.to_i })
  10. + @clazz.find(ids.map { |id| id.to_i })
  11. end
  12. end
  13. end
Add Comment
Please, Sign In to add comment