Method: Arel::Attribute::Expressions#sum

Defined in:
lib/arel/algebra/attributes/attribute.rb

#sumObject



212
213
214
# File 'lib/arel/algebra/attributes/attribute.rb', line 212

def sum
  Sum.new(self)
end