Method: Ticket#price
- Defined in:
- app/models/ticket.rb
#price ⇒ Object
This is here so that Item.for can add tickets. Ticket is composing what it means to be turned into an item
82 83 84 |
# File 'app/models/ticket.rb', line 82 def price ticket_type_price end |