| Article: |
Rolling with Ruby on Rails | |
| Subject: | Update not working | |
| Date: | 2006-05-21 22:47:44 | |
| From: | guyhillyer | |
|
Response to: Update not working
|
||
|
I experienced "update not working" and traced it to the case of the "name" attribute on the input tags in edit.rhtml.
|
||
Showing messages 1 through 1 of 1.
-
Update not working
2006-06-08 19:52:47 guyhillyer [View]



The real problem was that I used
"scaffold :Recipe" in the controller,
instead of "scaffold :recipe", as
the article prescribed.
"Never mind"