def destroy
        @proposal.unvote_by(current_user)

        respond_to do |format|
          format.html { redirect_to request.referer, notice: I18n.t("flash.actions.destroy.vote") }