Class: Comable::CartOwner::Cart
- Inherits:
-
Array
- Object
- Array
- Comable::CartOwner::Cart
- Defined in:
- lib/comable/cart_owner.rb
Instance Method Summary collapse
Instance Method Details
#price ⇒ Object
28 29 30 |
# File 'lib/comable/cart_owner.rb', line 28 def price sum(&:current_subtotal_price) end |