Make the new instructeur receive the affectation mail
This commit is contained in:
parent
c02e8b9553
commit
f069f6f779
1 changed files with 2 additions and 2 deletions
|
@ -69,12 +69,12 @@ module NewAdministrateur
|
|||
create_instructeur(instructeur_email)
|
||||
end
|
||||
|
||||
groupe_instructeur.instructeurs << instructeurs
|
||||
|
||||
GroupeInstructeurMailer
|
||||
.add_instructeurs(groupe_instructeur, instructeurs, current_user.email)
|
||||
.deliver_later
|
||||
|
||||
groupe_instructeur.instructeurs << instructeurs
|
||||
|
||||
flash[:notice] = t('.assignment',
|
||||
count: email_to_adds.count,
|
||||
value: email_to_adds.join(', '),
|
||||
|
|
Loading…
Reference in a new issue