fix: invite_instructeur preview

This commit is contained in:
simon lehericey 2022-10-06 15:25:30 +02:00 committed by LeSim
parent b9ef8c5001
commit 878958b23b
2 changed files with 4 additions and 4 deletions

View file

@ -11,10 +11,6 @@ class InstructeurMailerPreview < ActionMailer::Preview
InstructeurMailer.send_login_token(instructeur, "token")
end
def invite_instructeur
InstructeurMailer.invite_instructeur(instructeur, 'aedfa0d0')
end
def user_to_instructeur
InstructeurMailer.user_to_instructeur(instructeur.email)
end

View file

@ -20,6 +20,10 @@ class UserMailerPreview < ActionMailer::Preview
UserMailer.send_archive(Instructeur.first, Procedure.first, Archive.first)
end
def invite_instructeur
UserMailer.invite_instructeur(user, 'aedfa0d0')
end
private
def user