@@ -268,7 +268,8 ActionController::Routing::Routes.draw do |map| | |||
|
268 | 268 | |
|
269 | 269 | map.connect 'search', :controller => 'search', :action => 'index', :conditions => {:method => :get} |
|
270 | 270 | |
|
271 |
map.connect 'mail_handler', :controller => 'mail_handler', |
|
|
271 | map.connect 'mail_handler', :controller => 'mail_handler', | |
|
272 | :action => 'index', :conditions => {:method => :post} | |
|
272 | 273 | |
|
273 | 274 | map.connect 'admin', :controller => 'admin', :action => 'index', :conditions => {:method => :get} |
|
274 | 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