Method: ROM::SQL::Relation::Reading#group_and_count
- Defined in:
- lib/rom/sql/relation/reading.rb
#group_and_count ⇒ Relation
Group by specific columns and count by group
789 790 791 |
# File 'lib/rom/sql/relation/reading.rb', line 789 def group_and_count(...) new(dataset.__send__(__method__, ...)) end |