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:
commit
aca3ccd04c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue