mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 14:11:49 +00:00
fix: informar la ruta #17335
This commit is contained in:
parent
7acc79d5ff
commit
414133ce5b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ module ExceptionHandler
|
|||
|
||||
flash[:error] = I18n.t('errors.site_not_found')
|
||||
|
||||
ExceptionNotifier.notify_exception(exception)
|
||||
ExceptionNotifier.notify_exception(exception, data: { path: request.fullpath })
|
||||
|
||||
redirect_to sites_path
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue