@@ -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', |
|
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