| Article: |
Rolling with Ruby on Rails, Part 2 | |
| Subject: | I'm stuck on the create method | |
| Date: | 2006-01-22 15:43:15 | |
| From: | H2Oman | |
|
When I include this
|
||
Showing messages 1 through 2 of 2.
-
I'm stuck on the create method
2006-10-20 13:09:49 asmasif [View]
Actually one "end" is missing after the if-else block. That is why the "Create" method is not working. Put an extra "end" after the if-else and before the def-end.
-
I'm stuck on the create method
2006-01-22 18:24:49 Curt Hibbs |
[View]
Ruby is saying that there is a syntax error on line 19, so they entire controller is not getting used.
What's on line 19?


