gpt4 book ai didi

ruby-on-rails - rails : how do attributes become protected (without any invocation of attr_protected or attr_accessible)?

转载 作者:行者123 更新时间:2023-12-03 00:26:37 24 4
gpt4 key购买 nike

我收到“警告:无法批量分配 protected 属性:类型”,但我没有对 attr_accessibleattr_protected 进行任何调用我的代码。

还有其他什么可能导致属性受到保护吗?

我不太热衷于将所有属性添加到 attr_accessible 语句中,因为这只是又一件需要维护的事情。

最佳答案

type 属性保留供单表继承的内部使用。

您应该能够通过设置set_inheritance_column来使用type

set_inheritance_column :kind # change to something other than :type.

关于ruby-on-rails - rails : how do attributes become protected (without any invocation of attr_protected or attr_accessible)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6155501/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com