Guest User

Untitled

a guest
Jan 4th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <%= div_for product do %>
  2. <p>
  3. <%= product.name %>
  4. <%= product.product_size %>
  5. <%= link_to ("show", cutomer_products_path(cutomer_id, product_id)%>
  6. </p>
  7.  
  8. <% end %>
Add Comment
Please, Sign In to add comment