tap/app/views/products/show.html.erb

10 lines
242 B
Plaintext
Raw Normal View History

2014-11-24 20:45:32 +00:00
<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>