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