Module: SpreeCmCommissioner::EventMetadata
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/spree_cm_commissioner/event_metadata.rb
Instance Method Summary collapse
Instance Method Details
#check_in_flows ⇒ Object
47 48 49 50 51 52 |
# File 'app/models/concerns/spree_cm_commissioner/event_metadata.rb', line 47 def check_in_flows flows = [] flows << 'group' if group_check_in_enabled? flows << 'individual' if individual_check_in_enabled? flows end |