我刚刚在我的表中添加了一个名为coverimage 的新列。
在 _form 中使用它供用户发布链接,我收到以下错误。
Can't mass-assign protected attributes: coverimage
通常我只会在模型上添加 attr_accessor :coverimage,但由于我使用的是 static_pages gem,我无法在应用程序上找到模型,这就是我的 gemfile 的样子。
gem 'spree_static_content', github: 'spree/spree_static_content', branch: '1-3-stable'
有解决方法还是我错过了什么?
谢谢!