Method: Deli::Query#matching

Defined in:
lib/deli/query.rb

#matching(params) ⇒ Object



53
54
55
56
57
# File 'lib/deli/query.rb', line 53

def matching(params)
  controller.params.select do |param|
    params[param.key].present?
  end
end