class FilterLexer::AndOperator

The list below converts Filter::Operators to arel functions

Public Instance Methods

to_arel() click to toggle source
# File lib/queryfy/filter_lexer/formatter.rb, line 22
def to_arel
        return 'and'
end