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_flowsObject



24
25
26
27
28
29
# File 'app/models/concerns/spree_cm_commissioner/event_metadata.rb', line 24

def check_in_flows
  flows = []
  flows << 'group' if group_check_in_enabled?
  flows << 'individual' if individual_check_in_enabled?
  flows
end