GITLAB
github
/ searchkick
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
e829de294277452c7a1706e187ef92995d883043
Authored by
Andrew Kane
2020-03-18 02:40:49 -0700
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
Side-by-side Diff
Inline Diff
lib/searchkick/relation.rb
Wrap text
Diff comments
View file @
e829de2
...
...
@@ -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
...
...