Class: ShopPacking

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

Instance Method Summary collapse

Instance Method Details

#valueObject



12
13
14
# File 'app/models/shop_packing.rb', line 12

def value
  self.product.price.to_f * self.quantity
end