Class: Comable::CartOwner::Cart

Inherits:
Array
  • Object
show all
Defined in:
lib/comable/cart_owner.rb

Instance Method Summary collapse

Instance Method Details

#priceObject



28
29
30
# File 'lib/comable/cart_owner.rb', line 28

def price
  sum(&:current_subtotal_price)
end