edit.html.erb 110 B

123456
  1. <h1>Editing cart</h1>
  2. <%= render 'form' %>
  3. <%= link_to 'Show', @cart %> |
  4. <%= link_to 'Back', carts_path %>