Commit 9e35054ee2e486da5418bc038eb6f9daf5c19a0c

Authored by Andrew Kane
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
... ... @@ -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
... ...