Unused routes removed

This commit is contained in:
Alex Denisov 2012-09-05 09:20:02 +03:00
parent 42032956bd
commit 761c17f282

View file

@ -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