From 89f80229199d30347033e5cde6fa58322c4e4b0d Mon Sep 17 00:00:00 2001 From: f Date: Mon, 20 May 2024 14:11:39 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20recuperar=20de=20errores=20solo=20en=20p?= =?UTF-8?q?roducci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit en desarrollo los queremos ver! --- app/controllers/application_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 117be995..f217c098 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -2,7 +2,7 @@ # Forma de ingreso a Sutty class ApplicationController < ActionController::Base - include ExceptionHandler + include ExceptionHandler if Rails.env.production? include Pundit::Authorization protect_from_forgery with: :null_session, prepend: true