aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/grouping.rb
blob: ffe66654ce9c1e517c4029c8531acf14ecf9fc0a (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true
module Arel
  module Nodes
    class Grouping < Unary
    end
  end
end