Extract polls questions answers partial into a component
This commit is contained in:
@@ -10,8 +10,6 @@ class Polls::QuestionsController < ApplicationController
|
||||
answer.answer = params[:answer]
|
||||
answer.save_and_record_voter_participation
|
||||
|
||||
@answers_by_question_id = { @question.id => params[:answer] }
|
||||
|
||||
respond_to do |format|
|
||||
format.html do
|
||||
redirect_to request.referer
|
||||
|
||||
Reference in New Issue
Block a user