Class: Comable::CartItem

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/comable/cart_item.rb

Instance Method Summary collapse

Instance Method Details

#priceObject



20
21
22
# File 'app/models/comable/cart_item.rb', line 20

def price
  stock.price * quantity
end