Module: WhereableClause::Operator

Defined in:
lib/whereable_clause.rb

Instance Method Summary collapse

Instance Method Details

#to_symObject

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