diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-05 16:41:29 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-11-05 16:41:29 +0200 |
commit | d78b6ce4cc01ac5da52246c149f57de456b904ae (patch) | |
tree | 3f55226230ff46d27485578999179f8cd801f05e /config | |
parent | f9b66aecddb248dcd501419e0ee94fd69fab4de3 (diff) | |
download | gitlab-ce-d78b6ce4cc01ac5da52246c149f57de456b904ae.tar.gz |
New feature: Ability to leave project
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 8f1758394b6..58bbd2b650e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -288,6 +288,7 @@ Gitlab::Application.routes.draw do resources :team_members, except: [:index, :edit], constraints: { id: /[a-zA-Z.\/0-9_\-#%+]+/ } do collection do + delete :leave # Used for import team # from another project |