From 23c4ceca9d005f25c3cdffc8f59dabdee95e99ed Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Thu, 29 Dec 2011 21:51:50 +0000 Subject: [PATCH] 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 --- config/routes.rb | 2 -- 1 file changed, 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 }