-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: Associations, Persistence
-
None
Rails provides mark_for_destruction method that marks a child to be destroyed as part of the parent's save operation. Normally changes on an association like adding or removing members are persisted immediately. This method allows to postpone persistence, which might be helpful in some cases.
There is also a paired method marked_for_destruction? that should be implemented as well.