Commit e829de294277452c7a1706e187ef92995d883043

Authored by Andrew Kane
1 parent 73ec6634
Exists in relation

Fixed body

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick/relation.rb
... ... @@ -300,7 +300,7 @@ module Searchkick
300 300  
301 301 def body(*args)
302 302 if args.empty?
303   - params.body
  303 + query.body
304 304 else
305 305 spawn.body!(*args)
306 306 end
... ...