Libraries
»
arel-compat
(0.4.0)
»
Index
»
Arel
»
Attribute
»
Expressions
»
#sum
Method: Arel::Attribute::Expressions#sum
Defined in:
lib/arel/algebra/attributes/attribute.rb
#
sum
⇒
Object
212 213 214
# File 'lib/arel/algebra/attributes/attribute.rb', line 212
def
sum
Sum
.
new
(
self
)
end