X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/3096416bbb8fdc92d7619aecc8237a57532d9066..34fe63727a8929d7e9c529feee1f0c1e827acdfa:/app/models/voter_notify.rb diff --git a/app/models/voter_notify.rb b/app/models/voter_notify.rb index 09f7899..d9fded5 100644 --- a/app/models/voter_notify.rb +++ b/app/models/voter_notify.rb @@ -1,7 +1,7 @@ class VoterNotify < ActionMailer::Base def votestart(voter) - @subject = "[%s] Election In Progress!" % voter.election.name + @subject = "[%s] Election Begun!" % voter.election.name @recipients = voter.email @from = MAIL_CONFIG[:from] @sent_on = Time.now