Badabing Badaboom ![]()
This worked:
changes do
change relate_actor(:user)
end
I was able to remove the attribute_writable?: true from the relationship.
And now this works:
Red.Practice.Card.create!(%{
word: "the"
}, actor: user)
Badabing Badaboom ![]()
This worked:
changes do
change relate_actor(:user)
end
I was able to remove the attribute_writable?: true from the relationship.
And now this works:
Red.Practice.Card.create!(%{
word: "the"
}, actor: user)