hensei-api/app
Justin Edmund 5c8955d0cc
Allow users to delete parties with remixes (#111)
There was a bug that prevented users from deleting parties with remixes, because the source party reference was not being nulled.

We fixed that with `dependent: :nullify` but also added a boolean key to the parties database to track if a party is a remix or not. This way, if a party is flagged as a remix but the source party is null, we know that the original party was deleted and can message this on the frontend.
2023-07-01 21:37:11 -07:00
..
assets/config February 2023 Update (#48) 2023-02-04 23:46:12 -08:00
blueprints/api/v1 Allow users to delete parties with remixes (#111) 2023-07-01 21:37:11 -07:00
controllers Allow users to delete parties with remixes (#111) 2023-07-01 21:37:11 -07:00
errors/api/v1 Disallow adding arbitrary weapons to Extra slots 2022-12-25 00:23:27 -08:00
helpers Run RuboCop on everything 2022-12-21 00:22:47 -08:00
models Allow users to delete parties with remixes (#111) 2023-07-01 21:37:11 -07:00