HeavyTechRuby/history

View on GitHub
app/views/locations/_location.html.erb

Summary

Maintainability
Test Coverage
<div id="<%= dom_id location %>">
  <h1>
    <%= location.address %>
  </h1>

  <%= render partial: 'stories' %>
</div>