标签: ruby-on-rails ruby-on-rails-4
我有两个模型问答。问题有很多答案。嵌套属性的创建和更新正在运行。但是当通过将'_destroy'设置为'1'或'true'将嵌套属性设置为remove时。应用程序抛出错误。
在控制器参数中允许
params.require(:question).permit(:name, :answers_attributes => [:id, :name, :_destroy ])
错误
Undefined method 'name' on nil class