Gestionnaire: move sign_up_avis_path to sign_up_gestionnaire_avis_path
This commit is contained in:
parent
b59f9f6117
commit
c1bbe72dbd
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue