Libraries
»
spree-enriquez
(0.9.4)
»
Index (T)
»
Order
»
Totaling
Module: Order::Totaling
Defined in:
app/models/order.rb
Instance Method Summary
collapse
#
total
⇒ Object
Instance Method Details
#
total
⇒
Object
3 4 5
# File 'app/models/order.rb', line 3
def
total
map
(
&
:amount
)
.
sum
end