mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-14 20:08:19 +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)
|
def page_not_found(exception)
|
||||||
head :not_found
|
head :not_found
|
||||||
|
|
||||||
|
params.permit!
|
||||||
|
|
||||||
ExceptionNotifier.notify_exception(exception, data: { params: params.to_hash })
|
ExceptionNotifier.notify_exception(exception, data: { params: params.to_hash })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue