From 7c648bdae168d09434fcf3261d805612b81e858e Mon Sep 17 00:00:00 2001 From: f Date: Fri, 19 Jun 2020 13:26:10 -0300 Subject: [PATCH] =?UTF-8?q?hab=C3=ADa=20faltado=20renombrar=20el=20m=C3=A9?= =?UTF-8?q?todo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/api/v1/contact_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/v1/contact_controller.rb b/app/controllers/api/v1/contact_controller.rb index 9200efca..e3314bdd 100644 --- a/app/controllers/api/v1/contact_controller.rb +++ b/app/controllers/api/v1/contact_controller.rb @@ -44,7 +44,7 @@ module Api # Los campos que se envĂ­an tienen que corresponder con un # formulario de contacto. - def form_exists? + def destination_exists? return if form? && site.form?(params[:form]) @reason = 'form_doesnt_exist'