destroy + create behavior on has_one relationship
is there a way to have
manage_relationship
with:
- destroy the previous has_one
- create a new one
from what i understand, it's not quite append_and_remove, because it requires an update to the target record.1 Reply
You can use
type: :direct_control
for this