Module: WhereableClause::Operator
- Defined in:
- lib/whereable_clause.rb
Instance Method Summary collapse
-
#to_sym ⇒ Object
Arel comparion method.
Instance Method Details
#to_sym ⇒ Object
Arel comparion method
106 107 108 |
# File 'lib/whereable_clause.rb', line 106 def to_sym OP_SYMS[text_value.downcase] || text_value.downcase.to_sym end |