mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-31 05:05:18 +01:00
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:
parent
1517070f4f
commit
378800218a
1 changed files with 0 additions and 2 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue