Skip to content

Commit

Permalink
Fix routing issues. [#24]
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed May 29, 2009
1 parent 439a452 commit 85449d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Expand Up @@ -60,8 +60,8 @@
# See how all your routes lay out with "rake routes"

# Install the default routes as the lowest priority.
map.connect ':controller/:action'
map.connect ':controller/:id/:action'
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
map.connect ':controller/:action'
end

0 comments on commit 85449d8

Please sign in to comment.