summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-04 23:59:43 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-09-04 23:59:43 -0700
commit7c76c8d34803faaf606f9a2387f37529b3e42d41 (patch)
tree3dcb01acb8c0dd87d4d7bcef791d0c12b3bab185
parent42032956bd4d51bd954762a6f1192f20d6375885 (diff)
parent761c17f282c51baa6bc8e3ec169bc09dfaa43b83 (diff)
downloadgitlab-ce-7c76c8d34803faaf606f9a2387f37529b3e42d41.tar.gz
Merge pull request #1376 from AlexDenisov/remove_unused_routes
Unused routes removed
-rw-r--r--config/routes.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 51e65721880..ed5eac0ddd0 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -50,10 +50,6 @@ Gitlab::Application.routes.draw do
end
end
resources :team_members, :only => [:edit, :update, :destroy]
- get 'mailer/preview_note'
- get 'mailer/preview_user_new'
- get 'mailer/preview_issue_new'
-
resources :hooks, :only => [:index, :create, :destroy] do
get :test
end