Add list of just-purchased items (this transaction) to the purchase view
[cs356-p2-videostore.git] / app / views / merchandise / _form.rhtml
index d7f7735..35db026 100644 (file)
@@ -1,8 +1,8 @@
 <%= error_messages_for 'merchandise' %>
 
 <!--[form:merchandise]-->
-<p><label for="merchandise_name">Name</label><br/>
-<%= text_field 'merchandise', 'name'  %></p>
+<p><label for="merchandise_title">Title</label><br/>
+<%= text_field 'merchandise', 'title'  %></p>
 
 <p><label for="merchandise_quantity">Quantity</label><br/>
 <%= text_field 'merchandise', 'quantity'  %></p>