sends emails to all reviewers on new comment
This commit is contained in:
@ -23,6 +23,8 @@ module Admin
|
||||
else
|
||||
{ error: "Failed to save comment" }
|
||||
end
|
||||
|
||||
ReviewerMailer.new_comment(comment).deliver_later if comment.persisted?
|
||||
redirect_to admin_result_path(params[:test_hash]), flash: flash_message
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user