Commit 7c76c8d34803faaf606f9a2387f37529b3e42d41

Authored by Dmitriy Zaporozhets
2 parents 42032956 761c17f2

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 50 end
51 51 end
52 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 53 resources :hooks, :only => [:index, :create, :destroy] do
58 54 get :test
59 55 end
... ...