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}