diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 5cba46c00..51bb66cca 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -339,6 +339,7 @@ ActionController::Routing::Routes.draw do |map| map.resources :roles, :except => :show, :collection => {:permissions => [:get, :post]} map.resources :enumerations, :except => :show + map.connect 'projects/:id/search', :controller => 'search', :action => 'index', :conditions => {:method => :get} map.connect 'search', :controller => 'search', :action => 'index', :conditions => {:method => :get} map.connect 'mail_handler', :controller => 'mail_handler', |