views:

68

answers:

1

Has anyone managed to make the example at http://railscasts.com/episodes/196-nested-model-form-part-1 work?

When I followed through the sample, it never saves any question nor the answer to the database but it manages to create a new survey entry.

I am using:

Rails 2.3.5
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
nifty-generators (0.4.0)

+1  A: 

Sometimes all the steps in the railscasts aren't accurate. It's better when you get the source code from the railscast, that are available and check the demo project.

VP
I feel stupid. You are correct on this.
arzon
no problem. I did the same than you. I hope this thread can help other users :-)
VP