##// END OF EJS Templates
route: code layout clean up welcome route...
Toshi MARUYAMA -
r8295:c4c4931c6b7a
parent child
Show More
@@ -351,7 +351,8 ActionController::Routing::Routes.draw do |map|
351 :conditions => {:method => :get}
351 :conditions => {:method => :get}
352 end
352 end
353
353
354 map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get}
354 map.connect 'robots.txt', :controller => 'welcome',
355 :action => 'robots', :conditions => {:method => :get}
355
356
356 # Used for OpenID
357 # Used for OpenID
357 map.root :controller => 'account', :action => 'login'
358 map.root :controller => 'account', :action => 'login'
General Comments 0
You need to be logged in to leave comments. Login now