1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/lib/arel/nodes/min.rb

7 lines
83 B
Ruby
Raw Normal View History

2010-09-10 23:34:18 -04:00
module Arel
module Nodes
class Min < Arel::Nodes::Function
end
end
end