Project

General

Profile

Download (365 Bytes) Statistics
| Branch: | Tag: | Revision:
module Foreman::Controller::Parameters::Template
extend ActiveSupport::Concern

class_methods do
def add_template_params_filter(filter)
filter.permit :audit_comment,
:default,
:locked,
:name,
:snippet,
:template,
:template_kind, :template_kind_id, :template_kind_name,
:vendor
end
end
end
(40-40/47)