route: code layout clean up mail_handler route
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8400 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e70f5ac581
commit
984c7da785
@ -268,7 +268,8 @@ ActionController::Routing::Routes.draw do |map|
|
||||
|
||||
map.connect 'search', :controller => 'search', :action => 'index', :conditions => {:method => :get}
|
||||
|
||||
map.connect 'mail_handler', :controller => 'mail_handler', :action => 'index', :conditions => {:method => :post}
|
||||
map.connect 'mail_handler', :controller => 'mail_handler',
|
||||
:action => 'index', :conditions => {:method => :post}
|
||||
|
||||
map.connect 'admin', :controller => 'admin', :action => 'index', :conditions => {:method => :get}
|
||||
map.connect 'admin/projects', :controller => 'admin', :action => 'projects', :conditions => {:method => :get}
|
||||
|
Loading…
x
Reference in New Issue
Block a user