mirror of
https://github.com/redmine/redmine.git
synced 2026-07-11 13:43:46 +02:00
route: code layout clean up welcome route
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8415 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -351,7 +351,8 @@ ActionController::Routing::Routes.draw do |map|
|
||||
:conditions => {:method => :get}
|
||||
end
|
||||
|
||||
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
|
||||
map.root :controller => 'account', :action => 'login'
|
||||
|
||||
Reference in New Issue
Block a user