59 60 61 62 63
# File 'lib/deli/query.rb', line 59 def find(key) controller.params.detect do |param| param.key == key end end