Removed default route.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8163 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Etienne Massip 2011-12-10 13:34:09 +00:00
parent 7ba57e517b
commit dc204174c0
1 changed files with 0 additions and 2 deletions

View File

@ -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