Adding nested attributes to devise user model

后端 未结 2 1774
醉话见心
醉话见心 2021-01-23 11:12

At first glance it would seem this question has been answered before, but not on my case (most are related to mass assignment issues and/or mongoid.) I have not been able to fin

2条回答
  •  轮回少年
    2021-01-23 11:46

    Forgot to add user_id to address migration. Rails expected it when adding belongs_to :user to the address model.

提交回复
热议问题