@@ -351,7 +351,8 ActionController::Routing::Routes.draw do |map| | |||
|
351 | 351 | :conditions => {:method => :get} |
|
352 | 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 | 357 | # Used for OpenID |
|
357 | 358 | map.root :controller => 'account', :action => 'login' |
General Comments 0
You need to be logged in to leave comments.
Login now