@@ -268,9 +268,6 ActionController::Routing::Routes.draw do |map| | |||
|
268 | 268 | sys.connect 'sys/fetch_changesets', :action => 'fetch_changesets', :conditions => {:method => :get} |
|
269 | 269 | end |
|
270 | 270 | |
|
271 | #left old routes at the bottom for backwards compat | |
|
272 | # map.connect 'boards/:board_id/topics/:action/:id', :controller => 'messages' | |
|
273 | ||
|
274 | 271 | map.connect 'robots.txt', :controller => 'welcome', :action => 'robots', :conditions => {:method => :get} |
|
275 | 272 | |
|
276 | 273 | # Used for OpenID |
General Comments 0
You need to be logged in to leave comments.
Login now