-
- Downloads
Ensure to run all rails logic when deleting pages deployments
The usage of `delete_all` caused problems in the past where the operation wasn't deleting the deployment files. To ensure we're calling all rails callbacks while deleting pages deployments, it's better to use `destroy!`. Related to: #457159
parent
4e5079e9
No related branches found
No related tags found
-
mentioned in commit 4b973012
-
mentioned in commit c9c05fbc
-
mentioned in merge request !153010 (merged)
-
mentioned in commit 2a70b9f9
-
mentioned in merge request !153011 (merged)
-
mentioned in merge request !153012 (merged)
-
mentioned in commit d81093d7
-
mentioned in commit 13418357
-
mentioned in commit 19b97c62
Please register or sign in to comment