Sha256: 93216122a6bee466cf435f807a0eb29fd2971e5156e6ddb680c93bb88acf3b27

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

<!--
 ! Excerpted from "Agile Web Development with Rails, 2nd Ed."
 ! We make no guarantees that this code is fit for any purpose.
 ! Visit http://www.pragmaticprogrammer.com/titles/rails2 for more book information.
-->
<% for column in Product.content_columns %>
<p>
  <b><%= column.human_name %>:</b> <%=h @product.send(column.name) %>
</p>
<% end %>

<%= link_to 'Edit', :action => 'edit', :id => @product %> |
<%= link_to 'Back', :action => 'list' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amrita2-2.0.2 sample/depot/app/views/admin/show.html.erb