route: remove unused 'help'

help controller was removed at r835.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8315 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-12-23 03:25:49 +00:00
parent 6c7ead508f
commit d10028ec06
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ ActionController::Routing::Routes.draw do |map|
map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'
map.connect 'help/:ctrl/:page', :controller => 'help', :conditions => {:method => :get}
map.connect '/time_entries/destroy',
:controller => 'timelog', :action => 'destroy', :conditions => { :method => :delete }
map.time_entries_context_menu '/time_entries/context_menu',