Method: Symphonia::Query#activate_filter

Defined in:
lib/symphonia/query.rb

#activate_filter(name, value) ⇒ Object Also known as: add_filter



87
88
89
# File 'lib/symphonia/query.rb', line 87

def activate_filter(name, value)
  @active_filters[name] ||= value.downcase
end