Module: ForemanDatacenter::Controller::Parameters::PowerPortTemplate

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

Instance Method Summary collapse

Instance Method Details

#power_port_template_paramsObject



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

def power_port_template_params
  self.class.power_port_template_params_filter.filter_params(params, parameter_filter_context)
end