aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 4f8de5fe5..e5a258a79 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -4,7 +4,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: routes.rb,v 1.71 2008-09-08 01:58:55 francis Exp $
+# $Id: routes.rb,v 1.72 2008-09-08 02:00:24 francis Exp $
ActionController::Routing::Routes.draw do |map|
@@ -16,7 +16,6 @@ ActionController::Routing::Routes.draw do |map|
map.with_options :controller => 'general' do |general|
general.new_frontpage '/', :action => 'new_frontpage'
- general.auto_complete_for_public_body_query 'auto_complete_for_public_body_query', :action => 'auto_complete_for_public_body_query'
general.search_redirect '/search', :action => 'search_redirect'
# XXX combined is the search query, and then if sorted a "/newest" at the end.