summaryrefslogtreecommitdiffstats
path: root/config/puma.rb
diff options
context:
space:
mode:
authorKen D'Ambrosio <ken@jots.org>2026-06-12 14:16:12 +0000
committerKen D'Ambrosio <ken@jots.org>2026-06-12 14:16:12 +0000
commitbe80a08c6a2a330e81d43fbfd345f05199e75947 (patch)
treea824bb9153e707a71e9a72c342cb24c4b1bd4a4e /config/puma.rb
parent997a8e86d90132bc424c55d5be670b45571471ae (diff)
Fix bulk action 400: Rack maps entries[] to params['entries'] not params['entries[]']HEADmain
Rack::Utils.parse_nested_query maps form fields named 'entries[]' to params['entries'] (without brackets). The route was reading params['entries[]'] which was always nil, making entries always empty and triggering the halt 400 guard. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'config/puma.rb')
0 files changed, 0 insertions, 0 deletions