Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAndrey Kumanyaev <me@zzet.org>2013-01-19 21:48:05 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 00:31:24 +0400
commita96cf3ad09c06fb5bfe668a77edc5d7adb2d092f (patch)
treec996b562b0cdc414d62ddc3c239ae3e1ecbcfada /config
parentea6f46cb87c7ba8c0c620a8ff954f203b3276a7c (diff)
Team projects public section
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 44678ca0266..69ad2e68642 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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