diff options
-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 df69a496c..62b3f4b89 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -12,8 +12,6 @@ ActionController::Routing::Routes.draw do |map| map.signout 'logout', :controller => 'account', :action => 'logout', :conditions => {:method => :get} map.connect 'account/register', :controller => 'account', :action => 'register', :conditions => {:method => [:get, :post]} map.connect 'account/lost_password', :controller => 'account', :action => 'lost_password', :conditions => {:method => [:get, :post]} - map.connect 'account/login', :controller => 'account', :action => 'login', :conditions => {:method => [:get, :post]} - map.connect 'account/logout', :controller => 'account', :action => 'logout', :conditions => {:method => :get} map.connect 'account/activate', :controller => 'account', :action => 'activate', :conditions => {:method => :get} map.connect 'roles/workflow/:id/:role_id/:tracker_id', :controller => 'roles', :action => 'workflow' |