tboucheau/Meal_plan

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

Summary

Maintainability
Test Coverage
<div class="title-container">
    <h1>Edit Meal Plan: <%= @meal_plan %></h1>
</div>

<%= render partial: 'form' %>