Method: Corzinus::DeliveryDecorator#order_subtotal
- Defined in:
- app/decorators/corzinus/delivery_decorator.rb
#order_subtotal(order) ⇒ Object
12 13 14 |
# File 'app/decorators/corzinus/delivery_decorator.rb', line 12 def order_subtotal(order) order.calc_total_cost(:coupon) + price end |