bdurand/us_geo

View on GitHub
explorer_app/app/views/states/index.html.erb

Summary

Maintainability
Test Coverage
<%= breadcrumbs "States" %>

<h1>
  <%= pluralize @states.size, "State" %>
</h1>

<%= render "table", states: @states %>