Module: ForemanChef::Concerns::EnvironmentParameters

Extended by:
ActiveSupport::Concern
Included in:
EnvironmentsController
Defined in:
app/controllers/foreman_chef/concerns/environment_parameters.rb

Instance Method Summary collapse

Instance Method Details

#environment_paramsObject



14
15
16
# File 'app/controllers/foreman_chef/concerns/environment_parameters.rb', line 14

def environment_params
  self.class.environment_params_filter.filter_params(params, parameter_filter_context, 'foreman_chef_environment')
end