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:
authorAndrey Kumanyaev <me@zzet.org>2013-01-21 01:05:51 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 00:31:25 +0400
commit17a8ee57fe7a2c2b7c18c59f88828be9d5a455a0 (patch)
treef1e87304968af22a6360be9b2007104518a3edec /config
parenta7667ffc14017732228058e34e1f724be08bf9a0 (diff)
Remove old data
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 3132c310c99..21bfc89c24c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -70,12 +70,6 @@ Gitlab::Application.routes.draw do
end
end
resources :teams do #, constraints: { id: /[^\/]+/ } do end
- member do
- post :delegate_projects
- delete :relegate_project
- post :add_members
- delete :remove_member
- end
scope module: :teams do
resources :members, only: [:edit, :update, :destroy, :new, :create]
resources :projects, only: [:edit, :update, :destroy, :new, :create]