aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/nodes/min.rb
blob: bdc137185824f50dbdc65ad1a440dbd9a37ce683 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Nodes
    class Min < Arel::Nodes::Function
    end
  end
end