Class: Panel::BlobDefaultsController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- ApplicationController
- PanelController
- BaseController
- Panel::BlobDefaultsController
- Defined in:
- app/controllers/com/panel/blob_defaults_controller.rb
Constant Summary
Constants included from RailsCom::Application
RailsCom::Application::LOCALE_MAP
Instance Method Summary collapse
Methods included from RailsCom::Application
#current_title, #default_form_params, #default_params, #json_format?, #set_country, #set_flash, #set_locale, #set_timezone, #set_variant
Instance Method Details
#blob_default_permit_params ⇒ Object
4 5 6 7 8 9 10 |
# File 'app/controllers/com/panel/blob_defaults_controller.rb', line 4 def blob_default_permit_params [ :record_class, :name, :file ] end |