5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 04:31:49 +00:00

fix: informar la ruta #17335

This commit is contained in:
f 2024-12-18 15:13:55 -03:00
parent 7acc79d5ff
commit 414133ce5b
No known key found for this signature in database

View file

@ -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