diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2011-12-10 13:37:38 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2011-12-10 13:37:38 +0000 |
commit | 6030740b00d2b36b0f612d62c06958d75a88836b (patch) | |
tree | 6436928b756a25d3e0a0bf911e674476e2c72173 | |
parent | 3d66717c8ddc504cb4d7401ffb967b1502dc1aee (diff) | |
download | redmine-6030740b00d2b36b0f612d62c06958d75a88836b.tar.gz redmine-6030740b00d2b36b0f612d62c06958d75a88836b.zip |
Removed boards widcard route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8165 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index 42556d100..7d9254f03 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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 |