Add the Gameplatform MVC to handle the different game platforms
[cs356-p2-videostore.git] / app / views / game / list.rhtml
index fce55da..d35c1eb 100644 (file)
@@ -17,7 +17,7 @@
     <td><%=h game.title %></td>
     <td><%=h game.newrelease %></td>
     <td><%=h game.genre %></td>
-    <td>FIXME</td>
+    <td><%=h game.game_platform %></td>
     <td><%= link_to 'Show', :action => 'show', :id => game %></td>
     <td><%= link_to 'Edit', :action => 'edit', :id => game %></td>
     <td><%= link_to 'Destroy', { :action => 'destroy', :id => game }, :confirm => 'Are you sure?', :method => :post %></td>