【发布时间】:2016-02-23 14:31:20
【问题描述】:
我对 ruby on rails 完全陌生...我关注了这个讨论 --> Ruby on Rails 4, Devise, and profile pages。我搭建了个人资料,但出现错误click here for image
有什么想法吗??
【问题讨论】:
标签: ruby-on-rails devise profiles
我对 ruby on rails 完全陌生...我关注了这个讨论 --> Ruby on Rails 4, Devise, and profile pages。我搭建了个人资料,但出现错误click here for image
有什么想法吗??
【问题讨论】:
标签: ruby-on-rails devise profiles
在我看来,您的profiles_table 中没有user_id 属性。再次检查您的迁移。
【讨论】:
t.integer :user_id, null: false 添加到您的迁移中,回滚前一个,您应该会很好。顺便说一句,我认为您应该阅读 guides.rubyonrails.org/association_basics.html 您可能还有其他未决问题,但您的关联肯定是错误的。