Remove Poll::Voter record when there is no more user answers
Now we can remove answers we should provide a way of removing voting.
This commit is contained in:
@@ -5,7 +5,7 @@ class Polls::AnswersController < ApplicationController
|
||||
through_association: :answers
|
||||
|
||||
def destroy
|
||||
@answer.destroy!
|
||||
@answer.destroy_and_remove_voter_participation
|
||||
|
||||
respond_to do |format|
|
||||
format.html do
|
||||
|
||||
Reference in New Issue
Block a user