Change video's director column to a string
[cs356-p2-videostore.git] / app / views / rentable / list.rhtml
index 74c1cbc..39883c5 100644 (file)
@@ -6,7 +6,7 @@
     <th><%= column.human_name %></th>
   <% end %>
   </tr>
-  
+
 <% for rentable in @rentables %>
   <tr>
   <% for column in Rentable.content_columns %>