From: Toshi MARUYAMA Date: Thu, 29 Dec 2011 08:04:00 +0000 (+0000) Subject: route: code layout clean up welcome route X-Git-Tag: 1.4.0~873 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c4c4931c6b7aeaf9886f2e497d303d538e26cfb2;p=redmine.git route: code layout clean up welcome route git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8415 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/routes.rb b/config/routes.rb index 24326b051..c1a5a6f31 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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'