Removed no longer working old wiki route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8154 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
24c804a70a
commit
ec50101db1
|
@ -177,7 +177,6 @@ ActionController::Routing::Routes.draw do |map|
|
||||||
|
|
||||||
#left old routes at the bottom for backwards compat
|
#left old routes at the bottom for backwards compat
|
||||||
map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'
|
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|
|
map.with_options :controller => 'sys' do |sys|
|
||||||
sys.connect 'sys/projects.:format', :action => 'projects', :conditions => {:method => :get}
|
sys.connect 'sys/projects.:format', :action => 'projects', :conditions => {:method => :get}
|
||||||
|
|
Loading…
Reference in New Issue