diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-04-10 15:26:03 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-04-14 12:08:10 +0200 |
commit | 453340d4496ce0500985d6432c32e8d31be350a7 (patch) | |
tree | 93a4cd16b256c0cd92437d044cae0b736d6ee4ac /config | |
parent | 87dd3f215f8c087d85cde7ac880c5480fd501303 (diff) | |
download | gitlab-ce-453340d4496ce0500985d6432c32e8d31be350a7.tar.gz |
Let membership invitations be resent.
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index bd2a791f94a..50d11fde57d 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -260,6 +260,7 @@ Gitlab::Application.routes.draw do scope module: :groups do resources :group_members, only: [:index, :create, :update, :destroy] do + post :resend_invite, on: :member delete :leave, on: :collection end @@ -486,6 +487,10 @@ Gitlab::Application.routes.draw do get :import post :apply_import end + + member do + post :resend_invite + end end resources :notes, only: [:index, :create, :destroy, :update], constraints: { id: /\d+/ } do |