5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-21 22:26:22 +00:00

fix: saber cuál ruta falló #17384

This commit is contained in:
f 2024-10-16 12:18:23 -03:00
parent 65ed03e0eb
commit 7acc79d5ff
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ module ExceptionHandler
flash[:error] = I18n.t('errors.page_unauthorized')
ExceptionNotifier.notify_exception(exception, data: { usuarie: current_usuarie.id })
ExceptionNotifier.notify_exception(exception, data: { usuarie: current_usuarie.id, path: request.fullpath })
redirect_to site_path(site)
end