Add flash when resending invitation
This commit is contained in:
parent
4f756975c7
commit
ef0907db93
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ module Manager
|
|||
|
||||
def update
|
||||
Administrateur.find_inactive_by_id(params[:id]).invite!
|
||||
flash.notice = "Invitation renvoyée"
|
||||
redirect_to manager_administrateur_path(params[:id])
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue