Add list of just-purchased items (this transaction) to the purchase view
[cs356-p2-videostore.git] / app / views / bitem / list.rhtml
index 6b5bb14..81a7d7c 100644 (file)
@@ -12,7 +12,7 @@
 <% for bitem in @bitems %>
   <tr>
   <td><%=h bitem.customer.name %></td>
-  <td><%=h bitem.merchandise.name %></td>
+  <td><%=h bitem.merchandise.title %></td>
   <% for column in Bitem.content_columns %>
     <td><%=h bitem.send(column.name) %></td>
   <% end %>