-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
So looking at how revive_destroyed_dependent_records works it seems there is no way currently to restore the association to nullified dependents. Correct?
Could this be handled by checking for :nullify in get_dependent_records and then if the dependent class has a column dead_[association]id moving the id to to that column and then going ahead and nullifying the records? This would then follow that revive would look for the dead[association]_id column and reverse the operation.
Metadata
Metadata
Assignees
Labels
No labels