Commit 37298881f2e3a1afb800fed2ba03a111c31b3aff

Authored by Andrew Kane
1 parent 495599f6

Added response delegator

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/searchkick/query.rb
... ... @@ -10,7 +10,7 @@ module Searchkick
10 10 :took, :error, :model_name, :entry_name, :total_count, :total_entries,
11 11 :current_page, :per_page, :limit_value, :padding, :total_pages, :num_pages,
12 12 :offset_value, :offset, :previous_page, :prev_page, :next_page, :first_page?, :last_page?,
13   - :out_of_range?, :hits
  13 + :out_of_range?, :hits, :response
14 14  
15 15  
16 16 def initialize(klass, term, options = {})
... ...