提交 c651191d 编写于 作者: K Kamil Trzciński

Prefer to use overrides on PipelinesController

上级 95e220de
......@@ -69,7 +69,7 @@ class Projects::PipelinesController < Projects::ApplicationController
render json: PipelineSerializer
.new(project: @project, current_user: @current_user)
.represent(@pipeline, grouped: true)
.represent(@pipeline, show_represent_params)
end
end
end
......@@ -157,6 +157,10 @@ class Projects::PipelinesController < Projects::ApplicationController
end
end
def show_represent_params
{ grouped: true }
end
def create_params
params.require(:pipeline).permit(:ref, variables_attributes: %i[key secret_value])
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册