mailer work

This commit is contained in:
Mark Moser
2017-03-02 10:21:30 -06:00
parent efdd1767bc
commit fb5fb40944
9 changed files with 27 additions and 51 deletions

View File

@ -9,11 +9,7 @@ class RecruiterMailerPreview < ActionMailer::Preview
RecruiterMailer.candidate_submitted Candidate.find_by(test_hash: 'OvP0ZqGKwJ0') # Dawn
end
def interview_requested
RecruiterMailer.interview_requested Candidate.find_by(test_hash: '6NjnourLE6Y') # Richard
end
def interview_declined
RecruiterMailer.interview_declined Candidate.find_by(test_hash: 's6oFExZliYYFx') # Stacy
def candidate_reviewed
RecruiterMailer.candidate_reviewed Candidate.find_by(test_hash: 's6oFExZliYYFx') # Stacy
end
end