##// END OF EJS Templates
route: code layout clean up mail_handler route...
Toshi MARUYAMA -
r8280:984c7da78549
parent child
Show More
@@ -268,7 +268,8 ActionController::Routing::Routes.draw do |map|
268
268
269 map.connect 'search', :controller => 'search', :action => 'index', :conditions => {:method => :get}
269 map.connect 'search', :controller => 'search', :action => 'index', :conditions => {:method => :get}
270
270
271 map.connect 'mail_handler', :controller => 'mail_handler', :action => 'index', :conditions => {:method => :post}
271 map.connect 'mail_handler', :controller => 'mail_handler',
272 :action => 'index', :conditions => {:method => :post}
272
273
273 map.connect 'admin', :controller => 'admin', :action => 'index', :conditions => {:method => :get}
274 map.connect 'admin', :controller => 'admin', :action => 'index', :conditions => {:method => :get}
274 map.connect 'admin/projects', :controller => 'admin', :action => 'projects', :conditions => {:method => :get}
275 map.connect 'admin/projects', :controller => 'admin', :action => 'projects', :conditions => {:method => :get}
General Comments 0
You need to be logged in to leave comments. Login now