Class: Admin::CpdAuditsController

Inherits:
ApplicationController
  • Object
show all
Includes:
Effective::CrudController
Defined in:
app/controllers/admin/cpd_audits_controller.rb

Instance Method Summary collapse

Instance Method Details

#permitted_paramsObject



36
37
38
# File 'app/controllers/admin/cpd_audits_controller.rb', line 36

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