1d03f7ae5ccf9b476505e22839bb55c43be82659
[cs356-p2-videostore.git] / show.rhtml
1 <% for column in BonusPolicy.content_columns %>
2 <p>
3   <b><%= column.human_name %>:</b> <%=h @bonus_policy.send(column.name) %>
4 </p>
5 <% end %>
6
7 <%= link_to 'Edit', :action => 'edit', :id => @bonus_policy %> |
8 <%= link_to 'Back', :action => 'list' %>