Module: EffectiveCpdAuditsHelper
- Defined in:
- app/helpers/effective_cpd_audits_helper.rb
Instance Method Summary collapse
- #cpd_audit_conflict_of_interest_collection ⇒ Object
- #cpd_audit_exemption_request_collection ⇒ Object
- #cpd_audit_extension_request_collection ⇒ Object
Instance Method Details
#cpd_audit_conflict_of_interest_collection ⇒ Object
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_collection ⇒ Object
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_collection ⇒ Object
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 |