Sha256: e39cd2117222cf8b22359a6e16734dff9f1e4f3bf8e282a20e19532cd326af37
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
<% for column in Furniture.content_columns %> <p> <b><%= column.human_name %>:</b> <%=h @furniture.send(column.name) %> </p> <% end %> <%= link_to 'Back', :action => 'list' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
advertnet-1.0.0 | app/views/furnitures/show.rhtml |
advertnet-1.0.1 | app/views/furnitures/show.rhtml |