Method: Admin::CpdCategoriesController#permitted_params
- Defined in:
- app/controllers/admin/cpd_categories_controller.rb
#permitted_params ⇒ Object
8 9 10 |
# File 'app/controllers/admin/cpd_categories_controller.rb', line 8 def permitted_params params.require(:effective_cpd_category).permit! end |