Class: ScannableTicketsKit
- Defined in:
- app/models/kits/scannable_tickets_kit.rb
Instance Method Summary collapse
Methods inherited from Kit
#abilities, #activatable?, activate, activation_requirements, acts_as_kit, #admin_approvable?, admin_approval_requirements, admin_approve, #alternatives, #approvable?, approval_requirements, approve, #has_alternatives?, mailchimp, pad_with_new_kits, #requirements_met?, subklasses, visible, when_active
Methods included from Ext::Integrations::Kit
#record_activation, #record_approval
Instance Method Details
#friendly_name ⇒ Object
16 17 18 |
# File 'app/models/kits/scannable_tickets_kit.rb', line 16 def friendly_name "Scannable Tickets" end |
#pitch ⇒ Object
20 21 22 |
# File 'app/models/kits/scannable_tickets_kit.rb', line 20 def pitch "Your patrons will receive barcoded tickets that you can scan at the door." end |