tap/app/views/products/show.html.erb
2014-11-24 21:45:32 +01:00

10 lines
242 B
Plaintext

<aside>
<h1>Products#show</h1>
<h1>Name: <%= @product.name %></h1>
<h1>Purchase price: <%= @product.purchase_price %> </h1>
<h1>Sale price: <%= @product.sale_price %> </h1>
<h1>Img path: <%= @product.img_path %> </h1>
</aside>