aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/nodes/having.rb
blob: 6972c58ddabaf7b0253dfde816d4ecc12e0880f0 (plain) (tree)
1
2
3
4
5
6

              
                                     


       
module Arel
  module Nodes
    class Having < Arel::Nodes::Unary
    end
  end
end