Преглед изворни кода

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