Module: NQL::Syntax::Coordinator0
- Defined in:
- lib/nql/grammar.rb
Instance Method Summary collapse
Instance Method Details
#to_ransack ⇒ Object
317 318 319 320 |
# File 'lib/nql/grammar.rb', line 317 def to_ransack coordinators = {'|' => 'or', '&' => 'and'} coordinators[text_value] end |