我正在构建的应用程序使用 Activeadmin 作为后端界面。
我目前使用它来为我的客户轻松生产,以便将简单的东西添加到后端,如产品等。
我已经使用 rails 4 和 activeadmin rails 4 兼容版本进行了设置。
当我在后端添加新乐队时,我收到此错误:
ActiveModel::ForbiddenAttributesError in Admin::BandsController#create
ActiveModel::ForbiddenAttributesError
Request
Parameters:
{"utf8"=>"✓",
"authenticity_token"=>"YnzHk2juyZ6W2kVS5ZVPCimoj7LSHRI1Oen4BHjaqfc=",
"bands"=>{"title"=>"Kings of Leon",
"picture"=>"blank"},
"commit"=>"Create Bands"}
我知道这与在后端创建一个新项目有关,但我不确定从哪里开始修复这个错误。
任何帮助都会很棒,
谢谢