mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:01:41 +00:00
había faltado renombrar el método
This commit is contained in:
parent
7ef4c8ad92
commit
7c648bdae1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue