From 7acc79d5ff63d2d308a318cfddbeccf79f245a32 Mon Sep 17 00:00:00 2001 From: f Date: Wed, 16 Oct 2024 12:18:23 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20saber=20cu=C3=A1l=20ruta=20fall=C3=B3=20?= =?UTF-8?q?#17384?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/concerns/exception_handler.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/concerns/exception_handler.rb b/app/controllers/concerns/exception_handler.rb index fa6415a8..42b7932b 100644 --- a/app/controllers/concerns/exception_handler.rb +++ b/app/controllers/concerns/exception_handler.rb @@ -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