X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/8e1a0d53f38d9d4298ac4b393558ff3345ddb045..b1b6fe468411fa18118846fef18c993167fdb570:/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