hensei-api/app
Justin Edmund 8225340eec Fix error handling for ActionController::ParameterMissing
The render_unprocessable_entity_response method was calling to_hash
on all exceptions, but ActionController::ParameterMissing doesn't
have that method. Updated to handle different exception types properly.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 05:51:58 -07:00
..
assets Implement embed images (#173) 2025-01-18 09:08:15 -08:00
blueprints/api/v1 Render the correct view when updating jobs (#186) 2025-02-25 09:11:13 -05:00
controllers Fix error handling for ActionController::ParameterMissing 2025-09-17 05:51:58 -07:00
errors Add error classes for drag-drop validation 2025-09-16 03:27:19 -07:00
helpers Add first round of tests (#178) 2025-02-12 02:42:30 -08:00
jobs More embed image bandaids (#175) 2025-01-18 22:32:13 -08:00
models Update config files (#189) 2025-02-27 23:13:57 -08:00
services Add a data miner for downloading data from GBF (#196) 2025-03-06 19:12:44 -08:00