Module: EffectiveCpdAuditsHelper

Defined in:
app/helpers/effective_cpd_audits_helper.rb

Instance Method Summary collapse

Instance Method Details

#cpd_audit_conflict_of_interest_collectionObject



3
4
5
# File 'app/helpers/effective_cpd_audits_helper.rb', line 3

def cpd_audit_conflict_of_interest_collection
  [['Yes, there is a conflict of interest', true], ['No conflict of interest', false]]
end

#cpd_audit_exemption_request_collectionObject



7
8
9
# File 'app/helpers/effective_cpd_audits_helper.rb', line 7

def cpd_audit_exemption_request_collection
  [['Yes, I would like to request an exemption', true], ['No exemption request', false]]
end

#cpd_audit_extension_request_collectionObject



11
12
13
# File 'app/helpers/effective_cpd_audits_helper.rb', line 11

def cpd_audit_extension_request_collection
  [['Yes, I would like to request an extension', true], ['No extension request', false]]
end