Sha256: 1cf5a6b9724ecd76369729b19eb56b2cdf9c6bbc9dd047836a33cf7bac8b38fd

Contents?: true

Size: 468 Bytes

Versions: 6

Compression:

Stored size: 468 Bytes

Contents

module EffectiveCpdAuditsHelper

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

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

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


end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
effective_cpd-1.2.1 app/helpers/effective_cpd_audits_helper.rb
effective_cpd-1.2.0 app/helpers/effective_cpd_audits_helper.rb
effective_cpd-1.1.3 app/helpers/effective_cpd_audits_helper.rb
effective_cpd-1.1.2 app/helpers/effective_cpd_audits_helper.rb
effective_cpd-1.1.1 app/helpers/effective_cpd_audits_helper.rb
effective_cpd-1.1.0 app/helpers/effective_cpd_audits_helper.rb