class FilterLexer::LikeOperator
Public Instance Methods
to_arel()
click to toggle source
# File lib/queryfy/filter_lexer/formatter.rb, line 76 def to_arel return 'matches' end
# File lib/queryfy/filter_lexer/formatter.rb, line 76 def to_arel return 'matches' end