Team projects public section

This commit is contained in:
Andrey Kumanyaev 2013-01-19 21:48:05 +04:00 committed by Dmitriy Zaporozhets
parent ea6f46cb87
commit a96cf3ad09
6 changed files with 69 additions and 0 deletions

View file

@ -1,6 +1,7 @@
require 'sidekiq/web'
Gitlab::Application.routes.draw do
#
# Search
#
@ -141,6 +142,7 @@ Gitlab::Application.routes.draw do
end
scope module: :teams do
resources :members
resources :projects, only: [:index, :show] do
end
end
collection do