X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/a48ffbac5ce1517a369ef84426bfe44d6ebad7cb..df110d7f86db5f05269a5e4ea372ec3357874833:/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