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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 18:36:14 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 18:36:14 +0400
commit74e329064abc1306132dd73dcb2e25221379f568 (patch)
treec36c8646c1f90c031732f7279528a41440c0667e /config
parent1c88fbb3915e6d2efcac5cc2edb8d480f1112c75 (diff)
teams refactoring and cleanup pt.1
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ba350a70bfa..d67f0a47a00 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -142,15 +142,11 @@ Gitlab::Application.routes.draw do
member do
get :issues
get :merge_requests
- get :search
end
scope module: :teams do
resources :members, only: [:index, :new, :create, :edit, :update, :destroy]
resources :projects, only: [:index, :new, :create, :edit, :update, :destroy], constraints: { id: /[a-zA-Z.0-9_\-\/]+/ }
end
- collection do
- get :search
- end
end
resources :projects, constraints: { id: /[^\/]+/ }, only: [:new, :create]