Gestionnaire: move sign_up_avis_path to sign_up_gestionnaire_avis_path

This commit is contained in:
simon lehericey 2018-02-21 13:42:12 +01:00
parent b59f9f6117
commit c1bbe72dbd
3 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ module NewGestionnaire
redirect_to url_for(avis_index_path)
else
flash[:alert] = gestionnaire.errors.full_messages
redirect_to url_for(sign_up_avis_path(params[:id], email))
redirect_to url_for(sign_up_gestionnaire_avis_path(params[:id], email))
end
end