aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/grouping.rb
blob: b371b01612d87b4bf3c8b789b8ae88a35b40844e (plain) (blame)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

module Arel
  module Nodes
    class Grouping < Unary
    end
  end
end