Files
nairobi/app/views/polls/questions/answer.js.erb
2022-10-17 18:03:36 +02:00

2 lines
114 B
Plaintext

$("#<%= dom_id(@question) %>_answers").html("<%= j render Polls::Questions::AnswersComponent.new(@question) %>");