summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/routes.rb3
1 files changed, 2 insertions, 1 deletions
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'