diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-29 21:51:50 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-12-29 21:51:50 +0000 |
commit | 23c4ceca9d005f25c3cdffc8f59dabdee95e99ed (patch) | |
tree | d905a7306a57c9f03923621ba62704557629645b /config/routes.rb | |
parent | 2e1601cf27e35ac3c81fc7de7ae90158c0dd1f84 (diff) | |
download | redmine-23c4ceca9d005f25c3cdffc8f59dabdee95e99ed.tar.gz redmine-23c4ceca9d005f25c3cdffc8f59dabdee95e99ed.zip |
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
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
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 } |