Module: ForemanDatacenter::Controller::Parameters::DeviceBayTemplate

Extended by:
ActiveSupport::Concern
Included in:
Api::V2::ForemanDatacenter::DeviceBayTemplatesController, DeviceBayTemplatesController
Defined in:
app/controllers/concerns/foreman_datacenter/controller/parameters/device_bay_template.rb

Instance Method Summary collapse

Instance Method Details

#device_bay_template_paramsObject



12
13
14
# File 'app/controllers/concerns/foreman_datacenter/controller/parameters/device_bay_template.rb', line 12

def device_bay_template_params
  self.class.device_bay_template_params_filter.filter_params(params, parameter_filter_context)
end