My last commit comment got cut off. Changeset [236] should have read as follows: Make id-based routes work properly. Fixes #287.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@237 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2006-05-13 04:06:35 +00:00
parent 1517070f4f
commit 378800218a

View file

@ -53,8 +53,6 @@ ActionController::Routing::Routes.draw do |map|
map.connect 'feeds', :controller => 'todo', :action => 'feeds'
map.connect 'feed/:action/:name/:token', :controller => 'feed'
#map.connect 'add_item', :controller => 'todo', :action => 'add_item'
# Install the default route as the lowest priority.
map.connect ':controller/:action/:id'