X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/fd484b33a3920e0031007c5c2f1dec61913cbab5..d207da8dfc3f315f7758d1f5307c700ce4c25156:/app/controllers/election_controller.rb diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index 46da56e..7e8273e 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -54,8 +54,6 @@ class ElectionController < ApplicationController @election.voters.each do |voter| email = VoterNotify.create_votestart(voter) render(:text => "
" + email.encoded + "
") - breakpoint - break end #@election.activate!