Class: Comable::CartItem
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Comable::CartItem
- Defined in:
- app/models/comable/cart_item.rb
Instance Method Summary collapse
Instance Method Details
#price ⇒ Object
20 21 22 |
# File 'app/models/comable/cart_item.rb', line 20 def price stock.price * quantity end |