Method: QueryHelper#add_filter
- Defined in:
- lib/query_helper.rb
#add_filter(operator_code:, criterion:, comparate:) ⇒ Object
98 99 100 |
# File 'lib/query_helper.rb', line 98 def add_filter(operator_code:, criterion:, comparate:) @sql_filter.filter_values["comparate"] = { operator_code => criterion } end |