]> source.dussan.org Git - redmine.git/commitdiff
Removed no longer working old wiki route.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Dec 2011 09:38:13 +0000 (09:38 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 10 Dec 2011 09:38:13 +0000 (09:38 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8154 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/routes.rb

index e0b092f2c5974453eddfa2a3ae224a974c1bdbec..23d695a15c721559058f6c695aacbeea7b6d6194 100644 (file)
@@ -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}