itzsaga/my-fave-food

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

Summary

Maintainability
Test Coverage
<h1>Edit <%= @item.name %>:</h1>
<%= render 'form', item: @item %>