Method: Seaquel::StatementGatherer#visit_group_by
- Defined in:
- lib/seaquel/statement_gatherer.rb
#visit_group_by(parent, list) ⇒ Object
69 70 71 72 73 |
# File 'lib/seaquel/statement_gatherer.rb', line 69 def visit_group_by parent, list continue(parent) s.group_by.replace(list) end |