ソースを参照

Added comment about reply_to

Andrew Kane 8 年 前
コミット
98dcfe4fca
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/mailers/blazer/check_mailer.rb

+ 1 - 0
app/mailers/blazer/check_mailer.rb

@@ -15,6 +15,7 @@ module Blazer
 
     def failing_checks(email, checks)
       @checks = checks
+      # add reply_to for mailing lists
       mail to: email, reply_to: email, subject: "#{pluralize(checks.size, "Check")} Failing"
     end
   end