aboutsummaryrefslogblamecommitdiffstats
path: root/lib/arel/nodes/avg.rb
blob: 8fc86fc21e862e3bd719e9c09fc68254654d2f4f (plain) (tree)
1
2
3
4
5
6





                                     
module Arel
  module Nodes
    class Avg < Arel::Nodes::Function
    end
  end
end