Class: FilterLexer::AndOperator
- Inherits:
-
Object
- Object
- FilterLexer::AndOperator
- Defined in:
- lib/queryfy/filter_lexer/formatter.rb
Overview
The list below converts Filter::Operators to arel functions
Instance Method Summary collapse
Instance Method Details
#to_arel ⇒ Object
22 23 24 |
# File 'lib/queryfy/filter_lexer/formatter.rb', line 22 def to_arel return 'and' end |