chantellebecker/adventures-rails

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

Summary

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

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

<%= link_to 'Show', @state %> |
<%= link_to 'Back', states_path %>