RoR Beginner Routing error
Posted
by WANNABE
on Stack Overflow
See other posts from Stack Overflow
or by WANNABE
Published on 2010-05-26T11:24:10Z
Indexed on
2010/05/26
11:41 UTC
Read the original article
Hit count: 344
ruby-on-rails
|routing
I've created a DB and a table within that DB called genre.
Now when I try to connect to this using the URL, I get the following error message:
Routing Error
No route matches "/genre" with {:method=>:get}
Thanks for your help in advance.
© Stack Overflow or respective owner