diff --git a/config/routes.rb b/config/routes.rb index b231ce461..558fefd58 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -273,8 +273,6 @@ ActionController::Routing::Routes.draw do |map| #left old routes at the bottom for backwards compat # map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages' - # Install the default route as the lowest priority. - # map.connect ':controller/:action/:id' map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get} # Used for OpenID