From 984c7da785492531de8028c0ecd614155a081c84 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Tue, 27 Dec 2011 10:04:37 +0000 Subject: 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 --- config/routes.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index e1601066e..30b1c02c9 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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} -- cgit v1.2.3