recruiter notification on interview status change re: #85
This commit is contained in:
@ -8,4 +8,12 @@ class RecruiterMailerPreview < ActionMailer::Preview
|
||||
def candidate_submitted
|
||||
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
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user