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



37
38
39
40
41
42
# File 'app/models/concerns/spree_cm_commissioner/event_metadata.rb', line 37

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