había faltado renombrar el método

This commit is contained in:
f 2020-06-19 13:26:10 -03:00
parent 7ef4c8ad92
commit 7c648bdae1

View file

@ -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'