diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-09-07 13:54:39 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-09-08 11:52:20 +0300 |
commit | af9dc9736eadb3ab31c97219fb73a5e9136b0ad0 (patch) | |
tree | 7a7c117114016ae0f1aa3a1eb642dc6dfb28d3a9 /config | |
parent | f28ca293b78405d798f1df78a39d549157a57c07 (diff) | |
download | gitlab-ce-af9dc9736eadb3ab31c97219fb73a5e9136b0ad0.tar.gz |
Make merge requests bulk update working
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 262a174437a..068c92d1400 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -747,6 +747,7 @@ Rails.application.routes.draw do get :branch_to get :update_branches get :diff_for_path + post :bulk_update end resources :discussions, only: [], constraints: { id: /\h{40}/ } do |