fix: invite_instructeur preview
This commit is contained in:
parent
b9ef8c5001
commit
878958b23b
2 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,6 @@ class InstructeurMailerPreview < ActionMailer::Preview
|
||||||
InstructeurMailer.send_login_token(instructeur, "token")
|
InstructeurMailer.send_login_token(instructeur, "token")
|
||||||
end
|
end
|
||||||
|
|
||||||
def invite_instructeur
|
|
||||||
InstructeurMailer.invite_instructeur(instructeur, 'aedfa0d0')
|
|
||||||
end
|
|
||||||
|
|
||||||
def user_to_instructeur
|
def user_to_instructeur
|
||||||
InstructeurMailer.user_to_instructeur(instructeur.email)
|
InstructeurMailer.user_to_instructeur(instructeur.email)
|
||||||
end
|
end
|
||||||
|
|
|
@ -20,6 +20,10 @@ class UserMailerPreview < ActionMailer::Preview
|
||||||
UserMailer.send_archive(Instructeur.first, Procedure.first, Archive.first)
|
UserMailer.send_archive(Instructeur.first, Procedure.first, Archive.first)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def invite_instructeur
|
||||||
|
UserMailer.invite_instructeur(user, 'aedfa0d0')
|
||||||
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def user
|
def user
|
||||||
|
|
Loading…
Reference in a new issue