6 7 8 9 10 11 12 13
# File 'lib/dynamic_sunspot_search/translator/all_of.rb', line 6 def self.apply(query_object, options) return unless options.present? query_object.tap do |search| search.all_of do Scope.apply(self, options) end end end