Routing Error - Ruby on Rails
I just started using the book " Beginning Ruby on Rails" and am going through the initial tutorials on building applications. I am trying to read data from text fields (Chapter 5).
Everything looks fine and when I run it. I get this error:
"Routing Error
no route found to match "/textfields/public/look/at" with {:method=>:get}"
Not sure what I did wrong. Everything seems to look fine.
I'm using Dreamweaver to edit the files and windows command prompt.
Any help would be appreciated.
|