sausage-sandwich/ruby_sandwich

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

Summary

Maintainability
Test Coverage
.row
  .col-md-8.offset-md-2
    = render partial: 'shared/recipes/form_for_object', locals: { path: routes.profile_recipes_path, recipe: recipe, http_method: :post }