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'