aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/grouping.rb
blob: 18adeae97f28f08c2cfab8d6d62866897815e41f (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class Grouping < Arel::Nodes::Unary
    end
  end
end