Sha256: e9b9a0774d5cca40b49066c3aec8af851ddf7a0e936b171554d94ce99026b0a5

Contents?: true

Size: 369 Bytes

Versions: 83

Compression:

Stored size: 369 Bytes

Contents

module Admin
  class CpdAuditLevelQuestionsController < ApplicationController
    before_action(:authenticate_user!) if defined?(Devise)
    before_action { EffectiveResources.authorize!(self, :admin, :effective_cpd) }

    include Effective::CrudController

    def permitted_params
      params.require(:effective_cpd_audit_level_question).permit!
    end

  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
effective_cpd-0.3.0 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.2.1 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.2.0 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.19 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.18 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.17 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.16 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.15 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.14 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.13 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.12 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.11 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.10 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.9 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.8 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.7 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.6 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.5 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.4 app/controllers/admin/cpd_audit_level_questions_controller.rb
effective_cpd-0.1.3 app/controllers/admin/cpd_audit_level_questions_controller.rb