Team members public section

This commit is contained in:
Andrey Kumanyaev 2013-01-19 21:47:08 +04:00 committed by Dmitriy Zaporozhets
parent 360aa1b407
commit ea6f46cb87
8 changed files with 212 additions and 0 deletions

View file

@ -139,6 +139,10 @@ Gitlab::Application.routes.draw do
delete :relegate_project
put :update_access
end
scope module: :teams do
resources :members
end
end
collection do
get :search
end