I am following Ryan bates neted_forms episode 1 & 2 from rails casts, I have already implemented the nested-forms functionality in one of my project before & it\'s worki
I was having problems with deletion until I added :allow_destroy => true on my parent model.