diff --git a/lib/searchkick/logging.rb b/lib/searchkick/logging.rb index 17e213e..309ef43 100644 --- a/lib/searchkick/logging.rb +++ b/lib/searchkick/logging.rb @@ -55,7 +55,7 @@ module Searchkick super else ActiveSupport::Notifications.instrument("request.searchkick", event) do - super(records) + super end end end @@ -71,7 +71,7 @@ module Searchkick super else ActiveSupport::Notifications.instrument("request.searchkick", event) do - super(records, *args) + super end end end @@ -87,7 +87,7 @@ module Searchkick super else ActiveSupport::Notifications.instrument("request.searchkick", event) do - super(records) + super end end end -- libgit2 0.21.0