summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-10 08:48:05 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-10 08:48:05 +0000
commita1ae0aed238d3b49af69c895ac72f9b39684f980 (patch)
treeb6d7d0120dab4fb3813ddc8494f01c159551e5c7
parentac6e4045473f333f0238a068fb6ae73133167b96 (diff)
downloadredmine-a1ae0aed238d3b49af69c895ac72f9b39684f980.tar.gz
redmine-a1ae0aed238d3b49af69c895ac72f9b39684f980.zip
Removed obsolete project news route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8149 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 31a1a533b..38e420e00 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -180,7 +180,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'
map.connect 'wiki/:id/:page/:action', :page => nil, :controller => 'wiki'
- map.connect 'projects/:project_id/news/:action', :controller => 'news'
map.with_options :controller => 'repositories' do |omap|
omap.repositories_show 'repositories/browse/:id/*path', :action => 'browse'
omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes'