bdurand/us_geo

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

Summary

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

<h1>
  <%= pluralize @regions.size, "Region" %>
</h1>

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