Sha256: f7bcaefd5d86313f673b21f9db7df073b053639540e60362e146f8c5af828956

Contents?: true

Size: 352 Bytes

Versions: 45

Compression:

Stored size: 352 Bytes

Contents

module Admin
  class CpdAuditLevelsController < 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).permit!
    end

  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
effective_cpd-0.6.9 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.8 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.7 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.6 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.5 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.4 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.3 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.2 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.1 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.6.0 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.5.4 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.5.3 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.5.2 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.5.1 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.5.0 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.4.3 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.4.2 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.4.1 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.4.0 app/controllers/admin/cpd_audit_levels_controller.rb
effective_cpd-0.3.3 app/controllers/admin/cpd_audit_levels_controller.rb