2 lines
112 B
Plaintext
2 lines
112 B
Plaintext
$("#<%= dom_id(@question) %>_answers").html('<%= j render("polls/questions/answers", question: @question) %>');
|