sausage-sandwich/ruby_sandwich

View on GitHub
apps/web/templates/profile/recipes/update.html.slim

Summary

Maintainability
Test Coverage
.row
  .col-md-8.offset-md-2
    = render partial: 'shared/recipes/form_for_hash', locals: { path: routes.profile_recipe_path(id: recipe.id), recipe: recipe, http_method: :patch }