mfvico/gCamp

View on GitHub
app/views/cars/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Editing car</h1>

<%= render 'form' %>

<%= link_to 'Show', @car %> |
<%= link_to 'Back', cars_path %>