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
9e35054ee2e486da5418bc038eb6f9daf5c19a0c
Authored by
Andrew Kane
2022-10-07 11:37:55 -0700
1 parent
e2969b4e
Exists in
master
DRY code [skip ci]
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
lib/searchkick/relation.rb
Side-by-side Diff
Inline Diff
lib/searchkick/relation.rb
Wrap text
Diff comments
View file @
9e35054
...
...
@@ -29,8 +29,7 @@ module Searchkick
29
29
30
30
def execute
31
31
Searchkick.warn("The execute method is no longer needed")
32
- private_execute
33
- self
32
+ load
34
33
end
35
34
36
35
# experimental
...
...