relationship required
Hey! Whats the best way to fix this error?
I already tried including
account_id
and account
in the changeset, this is what I have currently
2 Replies
So to include
account
you’d need to add a manage_relationship
change in your action
To include account_id
you’d need to set attribute_writable?
in your belongs to relationshipThanks Zach!