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

module Arel # :nodoc: all
  module Nodes
    class Grouping < Unary
    end
  end
end