diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-07-28 03:35:24 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-07-28 03:35:43 +0300 |
commit | 00b280c3f9521f3e001b2ffc8a8a52f2a93a69d9 (patch) | |
tree | 6d2a452f6ec6309ec46804d217285bc4baa56ad5 /config | |
parent | d63706d72c8a52625bf1e892484261378936e240 (diff) | |
download | gitlab-ce-00b280c3f9521f3e001b2ffc8a8a52f2a93a69d9.tar.gz |
Feature: Bulk Issues update
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 dea4df46a30..664f4649e8c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -194,6 +194,7 @@ Gitlab::Application.routes.draw do resources :issues do collection do post :sort + post :bulk_update get :search end end |