summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/routes.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 7a1dd0a8d..1c06eef3d 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -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 }