Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-10-04 13:17:43 +0300
committerRémy Coutable <remy@rymai.me>2018-10-04 13:17:43 +0300
commit5d2b319de5180a6157d75c62c89e3ede71681f37 (patch)
treee6cb4cc54514e8d11c6b4e2bc56979c080090d97 /config
parent8ec0eda9cca95b7a8fd352e9cf38982ab177cfce (diff)
parent869d8e814e4fcc4809dada1e2b34d4993461bda5 (diff)
Merge branch 'fix-todo-cops' into 'master'
Fix todo cops See merge request gitlab-org/gitlab-ce!21850
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index ef1bc4bbf42..5236962b999 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -365,7 +365,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
get :discussions, format: :json
end
collection do
- post :bulk_update
+ post :bulk_update
end
end