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
Forgot to add user_id to address migration. Rails expected it when adding belongs_to :user to the address model.