X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/fd484b33a3920e0031007c5c2f1dec61913cbab5..d4a19f46105c33aec8ef6ad1c9a50d444241fdcb:/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