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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-26 21:43:12 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-04-26 21:43:12 +0400
commit28cb43135ce7691a7b0022cb8fcb719d0e46c810 (patch)
tree28544a9855c3331d3bd1e5184c5b0dd4cc6cbaff /config/routes.rb
parent7b7547aa00e3c26637247812a1a5adf169ac4a55 (diff)
Hooks UI improved, Request tests added
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 681bffc9506..1b8f6d3c077 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -111,7 +111,7 @@ Gitlab::Application.routes.draw do
end
resources :snippets
- resources :hooks, :only => [:index, :new, :create, :destroy, :show] do
+ resources :hooks, :only => [:index, :create, :destroy] do
member do
get :test
end