From 378800218ae008e3f48d16e7280b17ae5eafc102 Mon Sep 17 00:00:00 2001 From: lukemelia Date: Sat, 13 May 2006 04:06:35 +0000 Subject: [PATCH] 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 --- tracks/config/routes.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/tracks/config/routes.rb b/tracks/config/routes.rb index 8ac56ef0..078a2129 100644 --- a/tracks/config/routes.rb +++ b/tracks/config/routes.rb @@ -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'