Class: Effective::EventTicketSelection
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::EventTicketSelection
- Defined in:
- app/models/effective/event_ticket_selection.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
23 24 25 |
# File 'app/models/effective/event_ticket_selection.rb', line 23 def to_s persisted? ? "#{quantity}x #{event_ticket}": model_name.human end |