remove_fields & add field link not working on nested form in rails 3.0.9

前端 未结 2 1014
夕颜
夕颜 2021-01-21 06:04

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

2条回答
  •  無奈伤痛
    2021-01-21 06:39

    I was having problems with deletion until I added :allow_destroy => true on my parent model.

提交回复
热议问题