Commit 201507051499a963c8bc7230e21739f5767c4fef
1 parent
88ca733b
Exists in
master
and in
19 other branches
Cleaner code [skip ci]
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
lib/searchkick/logging.rb
... | ... | @@ -55,7 +55,7 @@ module Searchkick |
55 | 55 | super |
56 | 56 | else |
57 | 57 | ActiveSupport::Notifications.instrument("request.searchkick", event) do |
58 | - super(records) | |
58 | + super | |
59 | 59 | end |
60 | 60 | end |
61 | 61 | end |
... | ... | @@ -71,7 +71,7 @@ module Searchkick |
71 | 71 | super |
72 | 72 | else |
73 | 73 | ActiveSupport::Notifications.instrument("request.searchkick", event) do |
74 | - super(records, *args) | |
74 | + super | |
75 | 75 | end |
76 | 76 | end |
77 | 77 | end |
... | ... | @@ -87,7 +87,7 @@ module Searchkick |
87 | 87 | super |
88 | 88 | else |
89 | 89 | ActiveSupport::Notifications.instrument("request.searchkick", event) do |
90 | - super(records) | |
90 | + super | |
91 | 91 | end |
92 | 92 | end |
93 | 93 | end | ... | ... |