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
32 33 34 35 36 37 |
# File 'app/models/concerns/spree_cm_commissioner/event_metadata.rb', line 32 def check_in_flows flows = [] flows << 'group' if group_check_in_enabled? flows << 'individual' if individual_check_in_enabled? flows end |