Method: Stay::Booking#calculate_item_total
- Defined in:
- app/models/stay/booking.rb
#calculate_item_total ⇒ Object
157 158 159 |
# File 'app/models/stay/booking.rb', line 157 def calculate_item_total property.shared_property ? line_items.sum(:price) : property.price_per_month end |