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:
Toshi MARUYAMA 2011-12-27 10:04:37 +00:00
parent e70f5ac581
commit 984c7da785

View File

@ -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}