Removed boards widcard route.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8165 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
3d66717c8d
commit
6030740b00
|
@ -268,9 +268,6 @@ ActionController::Routing::Routes.draw do |map|
|
||||||
sys.connect 'sys/fetch_changesets', :action => 'fetch_changesets', :conditions => {:method => :get}
|
sys.connect 'sys/fetch_changesets', :action => 'fetch_changesets', :conditions => {:method => :get}
|
||||||
end
|
end
|
||||||
|
|
||||||
#left old routes at the bottom for backwards compat
|
|
||||||
# map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages'
|
|
||||||
|
|
||||||
map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
|
map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
|
||||||
|
|
||||||
# Used for OpenID
|
# Used for OpenID
|
||||||
|
|
Loading…
Reference in New Issue