Class: Effective::CkAssetsController

Inherits:
ApplicationController
  • Object
show all
Includes:
CrudController
Defined in:
app/controllers/effective/ck_assets_controller.rb

Instance Method Summary collapse

Instance Method Details

#permitted_paramsObject



9
10
11
# File 'app/controllers/effective/ck_assets_controller.rb', line 9

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