提交 2052581f 编写于 作者: S Scott Hampton

Fixing a syntax warning

Accidentally added a comma to the end of a list in ruby.
上级 3e60798e
......@@ -12,7 +12,7 @@ module EnvironmentsHelper
"endpoint" => folder_project_environments_path(@project, @folder, format: :json),
"folder-name" => @folder,
"can-create-deployment" => can?(current_user, :create_deployment, @project).to_s,
"can-read-environment" => can?(current_user, :read_environment, @project).to_s,
"can-read-environment" => can?(current_user, :read_environment, @project).to_s
}
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册