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:
parent
6c7ead508f
commit
d10028ec06
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue