diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-03 12:49:43 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-10-03 12:49:43 +0300 |
commit | 224fb5770ce71061861f5c2bddb01924d668a841 (patch) | |
tree | 7cc4078293854afa2d918195f81068790e139016 /config | |
parent | 010ac2b17f1e4bd0e104a90fd8bfc8c7bcb67ac8 (diff) | |
download | gitlab-ce-224fb5770ce71061861f5c2bddb01924d668a841.tar.gz |
Added ability to manage groups from admin
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 f6bebc6b369..060fbf16793 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -46,6 +46,7 @@ Gitlab::Application.routes.draw do resources :groups, constraints: { id: /[^\/]+/ } do member do put :project_update + delete :remove_project end end resources :projects, constraints: { id: /[^\/]+/ } do |