rails create方法ActiveModel::ForbiddenAttribute的问题
Posted stono
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rails create方法ActiveModel::ForbiddenAttribute的问题相关的知识,希望对你有一定的参考价值。
rails create方法ActiveModel::ForbiddenAttribute的问题
def create @ad = Ad.new(ad_params) @ad.save end
private def ad_params params.require(:ad).permit(:name, :description, :price, :seller_id, :email, :img_url) end
以上是关于rails create方法ActiveModel::ForbiddenAttribute的问题的主要内容,如果未能解决你的问题,请参考以下文章
FormulairesController #create中的ActiveModel :: ForbiddenAttributesError
ActiveModel :: ForbiddenAttributesError使用旧版本的Ruby? [重复]
尝试运行 rspec 时,我得到“未初始化的常量 ActiveModel”