Change 'Debt' to 'Balance'
[cs356-p2-videostore.git] / app / views / customer / list.rhtml
index 2f4bd9c..e58a35d 100644 (file)
@@ -5,7 +5,7 @@
     <th>Customer ID</th>
     <th>Name</th>
     <th>Phone</th>
-    <th>Debt</th>
+    <th>Balance</th>
   </tr>
   
 <% for customer in @customers %>