Remove old data
This commit is contained in:
parent
a7667ffc14
commit
17a8ee57fe
3 changed files with 1 additions and 42 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue