diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-01-13 14:05:12 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-01-13 14:05:12 +0000 |
commit | abbb63c461df4d936116af003cb7e54368ace04b (patch) | |
tree | a29287e340518d6c00240202a14f2e203377b6bb | |
parent | 4ee1933642ca2475e8248790c27d14e8f30fbe78 (diff) |
Fix that should belong with e82ca928a140400f8446dba85014a0c9059e789b
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 0af353fab..eeeebc3ea 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -26,7 +26,7 @@ ActionController::Routing::Routes.draw do |map| # Couldn't find a way to do this in routes which also picked up multiple other slashes # and dots and other characters that can appear in search query. So we sort it all # out in the controller. - general.search_general '/search/*combined/all', :action => 'search', :view => 'requests' + general.search_general '/search/*combined/all', :action => 'search', :view => 'all' general.search_general '/search/*combined', :action => 'search' general.advanced_search '/advancedsearch', :action => 'search_redirect', :advanced => true |