Rails - WARNING: Can't mass-assign protected attributes

十年热恋 提交于 2020-01-03 21:11:57

问题


Continuing from here: Rails - Form problems, everytime I try to create a new group_membership I get this: WARNING: Can't mass-assign protected attributes: group, member at my log and the ID's are added blank.

Have been making changes to the attr_accessible of my models but so far no solution.

Thanks in advance.


回答1:


Make sure you add :group and :member to your attr_accessible call :)



来源:https://stackoverflow.com/questions/6062971/rails-warning-cant-mass-assign-protected-attributes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!