hensei-api/app
Justin Edmund f81f43e501
Fix deleting grid summons (#112)
A bad decision to try to reduce code in `set` made this fail with a 422 because `summon_params` was being tested against but... didn't exist? was nil?

I fixed it by not using `set` before calling `destroy`, and just finding the summon in the `destroy` method itself
2023-07-01 21:53:48 -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 Fix deleting grid summons (#112) 2023-07-01 21:53:48 -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