Fix RentablePurchases, which saved the wrong customer_id
[cs356-p2-videostore.git] / app / views / videogenre / edit.rhtml
1 <h1>Editing videogenre</h1>
2
3 <% form_tag :action => 'update', :id => @videogenre do %>
4   <%= render :partial => 'form' %>
5   <%= submit_tag 'Edit' %>
6 <% end %>
7
8 <%= link_to 'Show', :action => 'show', :id => @videogenre %> |
9 <%= link_to 'Back', :action => 'list' %>