Module: Chewy::Search::ClassMethods
- Defined in:
- lib/chewy/search.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
17 18 19 |
# File 'lib/chewy/search.rb', line 17 def all query_class.scopes.last || query_class.new(self) end |