From: John Dong Date: Thu, 30 Aug 2007 16:23:18 +0000 (-0400) Subject: Merged from jdong X-Git-Url: https://projects.mako.cc/source/selectricity-live/commitdiff_plain/a92ebf4fa0498e973d22fb12d63f4e2d5072c5e5?hp=bb00f866dd4d827532f34091dc439457fdda975d Merged from jdong --- diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index 05a66ff..ef51f7d 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -204,7 +204,6 @@ class ElectionController < ApplicationController if incoming_voters.email == 0 new_voter.contacted = 1 elsif incoming_voters.email == 1 - email_voter( new_voter ) new_voter.contacted = 1 else new_voter.contacted = 0 @@ -223,11 +222,4 @@ class ElectionController < ApplicationController @raw_voter_list = RawVoterList.new @raw_voter_list.email = incoming_voters.email end - - def email_voter(email=nil) - if email - - end - end - end