lib/rsolr-ext/response.rb in rsolr-ext-0.12.0 vs lib/rsolr-ext/response.rb in rsolr-ext-0.12.1

- old
+ new

@@ -11,13 +11,13 @@ def initialize hash, handler, request_params super hash @original_hash = hash @request_path, @request_params = request_path, request_params - extend Response# if self['response'] - extend Docs# if self['response'] and self['response']['docs'] - extend Facets# if self['facet_counts'] - extend Spelling# if self['spellcheck'] + extend Response + extend Docs + extend Facets + extend Spelling end def header self['responseHeader'] end \ No newline at end of file