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-02 20:01:40 +0400
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-10-02 20:01:40 +0400
commitd6363e935933551b7f9edb4063d0b0fbcea3c824 (patch)
treeecf1b37bdb7eb14bce9c699c1fd1ff0199acc31c /config
parentd683ce5c10ee84d9fde153329d08425c7e99941f (diff)
Admin Group scaffold -> new, show, index
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 21521a979e5..2b92337994a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -43,6 +43,11 @@ Gitlab::Application.routes.draw do
put :unblock
end
end
+ resources :groups, constraints: { id: /[^\/]+/ } do
+ member do
+ put :project_update
+ end
+ end
resources :projects, constraints: { id: /[^\/]+/ } do
member do
get :team