I made a scaffold called 'cover' then migrated the table.
Of course the index, show, edit, and new .html.erb files work correctly
when they are called BUT, when I created a new .html.erb called 'home' I
routed it as so:
Thanks for the information. I was going off of what the book "Head
First Rails" explains on routes.
Just to be clear.. I'm assuming "script/generate home_covers_path" will
make my specific path correct? I don't have much time to try it now but
I will tonight. I'll also look at that railscast before posting anymore
questions about routes. Thanks a whole lot!