Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Furniture: Destroying a Furniture respects
dependent:
settings (#1074)
#709 When we were smoke-testing the Marketplace, I realized we had to destroy and re-create the Marketplace, but the way we delete them was... uhhh not respecting the (very prudent) foreign-keys we had added! So now FurniturePlacements polymorph into their child implementation prior to destruction, so that all `dependent: :destroy` etc. actions get carried out. Co-authored-by: Dalton <[email protected]>
- Loading branch information