Fix RentablePurchases, which saved the wrong customer_id
[cs356-p2-videostore.git] / app / views / media / show.rhtml
1 <% for column in Media.content_columns %>
2 <p>
3   <b><%= column.human_name %>:</b> <%=h @media.send(column.name) %>
4 </p>
5 <% end %>
6
7 <%= link_to 'Edit', :action => 'edit', :id => @media %> |
8 <%= link_to 'Back', :action => 'list' %>