Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Verify Records still exist when trying to destroy them
With nested elements, we might have orphaned elements with nested elements or elements with orphaned nested elements. This change reloads the record in question in order to make sure it is still there. If not, the reload will return `nil`, and nothing terrible happens.
- Loading branch information