ssplatt/the_dw

View on GitHub
app/views/divisions/_division.html.erb

Summary

Maintainability
Test Coverage
<li>
  <strong><%= division.name %></strong>
  <ul>
    <%= render partial: "divisions/lineup", collection: division.lineups.where(:week => week).order("total_score DESC") %>
  </ul>
</li>