Class: FilterLexer::AndOperator

Inherits:
Object
  • Object
show all
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_arelObject



22
23
24
# File 'lib/queryfy/filter_lexer/formatter.rb', line 22

def to_arel
	return 'and'
end