diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-06-23 09:45:26 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-06-23 09:45:26 +0200 |
commit | 37425618bc5a15bb58ed6695d4932d309d452cb2 (patch) | |
tree | be97eabfb404aeb181e525a2df07a87ebce907ba /config | |
parent | 73c1030da1318284495288461210e8d145aa7181 (diff) | |
download | gitlab-ce-37425618bc5a15bb58ed6695d4932d309d452cb2.tar.gz |
Add option for admin to remove users secondary emails.
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 779cbad709c..5b854ed20b9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -68,6 +68,7 @@ Gitlab::Application.routes.draw do put :team_update put :block put :unblock + delete 'remove/:email_id', action: 'remove_email', as: 'remove_email' end end |