Files
nairobi/app/views/polls/questions/answer.js.erb
2016-11-14 13:36:00 +01:00

2 lines
112 B
Plaintext

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