X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/a48ffbac5ce1517a369ef84426bfe44d6ebad7cb..8bc8be2a3f4bddfa56b0c625f93d433a39146d1b:/app/controllers/election_controller.rb diff --git a/app/controllers/election_controller.rb b/app/controllers/election_controller.rb index ccbbafe..3d811e6 100644 --- a/app/controllers/election_controller.rb +++ b/app/controllers/election_controller.rb @@ -239,7 +239,7 @@ class ElectionController < ApplicationController end def delete_voter - voter = Voter.find( params[:id] ) + voter = FullVoter.find( params[:id] ) voter.destroy end