summaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-10 09:38:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-12-10 09:38:13 +0000
commitec50101db1e7e8773c5cfcd110ca8630969deb20 (patch)
tree6ab0d1e11da49ed253c30ce320f84f997c366815 /config/routes.rb
parent24c804a70afef16cc4c55fcd1424d7fb197cf4dd (diff)
downloadredmine-ec50101db1e7e8773c5cfcd110ca8630969deb20.tar.gz
redmine-ec50101db1e7e8773c5cfcd110ca8630969deb20.zip
Removed no longer working old wiki route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8154 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index e0b092f2c..23d695a15 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -177,7 +177,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.with_options :controller => 'sys' do |sys|
sys.connect 'sys/projects.:format', :action => 'projects', :conditions => {:method => :get}