infusionvlc/ConexionFelina

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

Summary

Maintainability
Test Coverage
<h1><%= @location.name %></h1>
<p><%= @location.description %></p>
<p><%= @location.address %></p>

<%= link_to "edit", edit_location_path(@location.id) %><br/>
<%= link_to "destroy", location_path(@location.id), method: :delete %>