From d879b5bbfe087e79519dc2e2affcb5ad8204ccda Mon Sep 17 00:00:00 2001 From: f Date: Mon, 7 Mar 2022 11:57:02 -0300 Subject: [PATCH] eliminar pry --- app/views/posts/index.haml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/posts/index.haml b/app/views/posts/index.haml index 9f2ab9a6..0fbcf50a 100644 --- a/app/views/posts/index.haml +++ b/app/views/posts/index.haml @@ -131,5 +131,4 @@ Rescatar cualquier error en un post, notificarlo e ignorar su renderización. - rescue ActionView::Template::Error => e - - binding.pry - ExceptionNotifier.notify_exception(e.cause, data: { site: @site.name, post: @post.path.absolute, usuarie: current_usuarie.id })