5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-03-14 17:18:20 +00:00

Merge branch 'issue-17889' into production.panel.sutty.nl

This commit is contained in:
f 2024-12-18 14:53:39 -03:00
commit aca3ccd04c
No known key found for this signature in database

View file

@ -72,6 +72,9 @@ module ActiveStorage
def page_not_found(exception)
head :not_found
params.permit!
ExceptionNotifier.notify_exception(exception, data: { params: params.to_hash })
end
end