route: remove unused roles/workflow route
This controller action was removed at r1914. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8425 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
2e1601cf27
commit
23c4ceca9d
|
@ -19,8 +19,6 @@ ActionController::Routing::Routes.draw do |map|
|
|||
map.connect 'account/activate', :controller => 'account', :action => 'activate',
|
||||
:conditions => {:method => :get}
|
||||
|
||||
map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow'
|
||||
|
||||
map.connect '/time_entries/destroy',
|
||||
:controller => 'timelog', :action => 'destroy',
|
||||
:conditions => { :method => :delete }
|
||||
|
|
Loading…
Reference in New Issue