Sha256: ca6fe97f1d8855e43b5d3d5e49bec5483dfa409dfd9511ccf5a67b913a1aa2e8
Contents?: true
Size: 355 Bytes
Versions: 36
Compression:
Stored size: 355 Bytes
Contents
module Admin class CpdStatementsController < 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_statement).permit! # end end end
Version data entries
36 entries across 36 versions & 1 rubygems