4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
<% questions.each do |question| %>
|
|
<%= render Polls::Questions::QuestionComponent.new(question) %>
|
|
<% end %>
|