From 37298881f2e3a1afb800fed2ba03a111c31b3aff Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 24 Aug 2016 23:12:01 -0700 Subject: [PATCH] Added response delegator --- lib/searchkick/query.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/searchkick/query.rb b/lib/searchkick/query.rb index e615f98..feb15d8 100644 --- a/lib/searchkick/query.rb +++ b/lib/searchkick/query.rb @@ -10,7 +10,7 @@ module Searchkick :took, :error, :model_name, :entry_name, :total_count, :total_entries, :current_page, :per_page, :limit_value, :padding, :total_pages, :num_pages, :offset_value, :offset, :previous_page, :prev_page, :next_page, :first_page?, :last_page?, - :out_of_range?, :hits + :out_of_range?, :hits, :response def initialize(klass, term, options = {}) -- libgit2 0.21.0