Variety of small changes (mostly to properties) plus a few "in the
[selectricity-live] / app / models / voter_notify.rb
old mode 100644 (file)
new mode 100755 (executable)
index 09f7899..d9fded5
@@ -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

Benjamin Mako Hill || Want to submit a patch?