summaryrefslogtreecommitdiff
path: root/config/routes.rb
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-24 22:31:24 +0200
commita96cf3ad09c06fb5bfe668a77edc5d7adb2d092f (patch)
treec996b562b0cdc414d62ddc3c239ae3e1ecbcfada /config/routes.rb
parentea6f46cb87c7ba8c0c620a8ff954f203b3276a7c (diff)
downloadgitlab-ce-a96cf3ad09c06fb5bfe668a77edc5d7adb2d092f.tar.gz
Team projects public section
Diffstat (limited to 'config/routes.rb')
-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