reviewer mailers

This commit is contained in:
Mark Moser
2016-08-02 11:30:03 -05:00
parent 4136db4aab
commit f626aea47d
6 changed files with 56 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# Preview all emails at http://localhost:3000/rails/mailers/reviewer_mailer
class ReviewerMailerPreview < ActionMailer::Preview
def candidate_submission
ReviewerMailer.candidate_submission Candidate.find_by(test_hash: 'OvP0ZqGKwJ0') # Dawn
end
end