Added initial support fo QuickVotes. There is support for the creation
[selectricity] / app / controllers / election_controller.rb
index 46da56ef784379d7fa87d0e7e59327e73f45ed01..7e8273efcf5048ed4874eef2b90edd41a1e50364 100644 (file)
@@ -54,8 +54,6 @@ class ElectionController < ApplicationController
     @election.voters.each do |voter|
       email = VoterNotify.create_votestart(voter)
       render(:text => "<pre>" + email.encoded + "</pre>")
-      breakpoint
-      break
     end
 
     #@election.activate!

Benjamin Mako Hill || Want to submit a patch?