AyuntamientoMadrid/participacion

View on GitHub
app/views/polls/_poll_group.html.erb

Summary

Maintainability
Test Coverage
<% poll_group.each do |poll| %>
  <%= render Polls::PollComponent.new(poll) %>
<% end %>