AgileVentures/LocalSupport

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

Summary

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

<%= render 'form', service: @service %>

<%= link_to 'Show', @service %> |
<%= link_to 'Back', services_path %>