Commit 7c76c8d34803faaf606f9a2387f37529b3e42d41
Exists in
master
and in
4 other branches
Merge pull request #1376 from AlexDenisov/remove_unused_routes
Unused routes removed
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
config/routes.rb
@@ -50,10 +50,6 @@ Gitlab::Application.routes.draw do | @@ -50,10 +50,6 @@ Gitlab::Application.routes.draw do | ||
50 | end | 50 | end |
51 | end | 51 | end |
52 | resources :team_members, :only => [:edit, :update, :destroy] | 52 | resources :team_members, :only => [:edit, :update, :destroy] |
53 | - get 'mailer/preview_note' | ||
54 | - get 'mailer/preview_user_new' | ||
55 | - get 'mailer/preview_issue_new' | ||
56 | - | ||
57 | resources :hooks, :only => [:index, :create, :destroy] do | 53 | resources :hooks, :only => [:index, :create, :destroy] do |
58 | get :test | 54 | get :test |
59 | end | 55 | end |