hensei-api/app/controllers
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
..
api/v1 Fix deleting grid summons (#112) 2023-07-01 21:53:48 -07:00
concerns Restart on Rails 2020-09-14 18:30:54 -07:00
application_controller.rb Remove rabl 2022-12-21 01:16:34 -08:00
tokens_controller.rb Run RuboCop on everything 2022-12-21 00:22:47 -08:00