starting in on 15.14

This commit is contained in:
Dan Buch 2011-08-10 22:36:51 -04:00
parent 066433a22d
commit 7329bcdeb4
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<h1>List#shopping_list</h1>
<p>Find me in app/views/list/shopping_list.html.erb</p>

View File

@ -1,4 +1,6 @@
Hodgepodge::Application.routes.draw do Hodgepodge::Application.routes.draw do
get "list/shopping_list"
get "list/index" get "list/index"
get "foo/count" get "foo/count"