Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-03 13:49:43 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-03 13:49:43 +0400
commit224fb5770ce71061861f5c2bddb01924d668a841 (patch)
tree7cc4078293854afa2d918195f81068790e139016 /config
parent010ac2b17f1e4bd0e104a90fd8bfc8c7bcb67ac8 (diff)
Added ability to manage groups from admin
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
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