Removed boards widcard route.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8165 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Etienne Massip 2011-12-10 13:37:38 +00:00
parent 3d66717c8d
commit 6030740b00
1 changed files with 0 additions and 3 deletions

View File

@ -268,9 +268,6 @@ ActionController::Routing::Routes.draw do |map|
sys.connect 'sys/fetch_changesets', :action => 'fetch_changesets', :conditions => {:method => :get}
end
#left old routes at the bottom for backwards compat
# map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'
map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
# Used for OpenID