Deleted a forgotten comment

This commit is contained in:
iagirre
2017-10-10 13:58:06 +02:00
parent 943c1f23af
commit 44474e7686

View File

@@ -42,7 +42,6 @@ class Admin::Poll::Questions::AnswersController < Admin::Poll::BaseController
def order_answers
::Poll::Question::Answer.order_answers(params[:ordered_list])
# redirect_to admin_question_path(params[:question_id])
render nothing: true
end