Module: HasHelpers::Query::Provider::ClassMethods

Defined in:
app/lib/has_helpers/query/provider.rb

Instance Method Summary collapse

Instance Method Details

#search(query:, resource: nil, options: {}) ⇒ Object



95
96
97
98
99
100
101
# File 'app/lib/has_helpers/query/provider.rb', line 95

def search(query:, resource: nil, options: {})
  new.search(
    resource: resource,
    query: query,
    options: options
  )
end