Remove old data

This commit is contained in:
Andrey Kumanyaev 2013-01-21 01:05:51 +04:00 committed by Dmitriy Zaporozhets
parent a7667ffc14
commit 17a8ee57fe
3 changed files with 1 additions and 42 deletions

View file

@ -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]