module WhereableClause::Operator

Public Instance Methods

to_sym() click to toggle source

Arel comparion method

# File lib/whereable_clause.rb, line 106
def to_sym
  OP_SYMS[text_value.downcase] || text_value.downcase.to_sym
end