Move team project management to own controller

This commit is contained in:
Andrey Kumanyaev 2013-01-21 01:03:29 +04:00 committed by Dmitriy Zaporozhets
parent cca9935970
commit b7470440ff
8 changed files with 121 additions and 0 deletions

View file

@ -78,6 +78,7 @@ Gitlab::Application.routes.draw do
end
scope module: :teams do
resources :members, only: [:edit, :update, :destroy, :new, :create]
resources :projects, only: [:edit, :update, :destroy, :new, :create]
end
end
resources :team_members, only: [:edit, :update, :destroy]