show.rhtml 224 Bytes
<h2> <%= @product.name %> </h2>

<%= image_tag @product.image.public_filename if @product.image %> <br/>
<%= @product.price %> <br/>
<%= @product.description %> <br/>
<%= link_to_category(@product.product_category) %> <br/>