]> source.dussan.org Git - redmine.git/commitdiff
route: code layout clean up welcome route
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 29 Dec 2011 08:04:00 +0000 (08:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 29 Dec 2011 08:04:00 +0000 (08:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8415 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/routes.rb

index 24326b051f1f18b7798161a663040a7171bfa925..c1a5a6f3146c0e5023c37505661ec6069535daf9 100644 (file)
@@ -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'