欢迎来到cool的博客
7

Music box

Click to Start

点击头像播放音乐
新博客链接

解决bug: ActiveModel::ForbiddenAttributesError

bug:

提交表单时,点击确定后出现error:ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError)

解决方案: 

在rails项目中的config/application.rb中 添加:

config.action_controller.permit_all_parameters = true

问题解决

返回列表