X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=inline;f=app%2Fviews%2Fgame%2Flist.rhtml;h=1a17dbf04c3bee025123d8b6a13a39a54ceb9b61;hb=4ab6702d5ac0ec4541e8a724ab5e4409630b5546;hp=f1317de52a3d01c7d068e42bc75621792cdb45ab;hpb=7f26973835fc8deef03d25d751e92e4c633ae464;p=cs356-p2-videostore.git diff --git a/app/views/game/list.rhtml b/app/views/game/list.rhtml index f1317de..1a17dbf 100644 --- a/app/views/game/list.rhtml +++ b/app/views/game/list.rhtml @@ -2,6 +2,8 @@ + + <% for column in Game.content_columns %> <% end %> @@ -9,6 +11,8 @@ <% for game in @games %> + + <% for column in Game.content_columns %> <% end %>
Game IDChecked Out<%= column.human_name %>
<%=h game.id %><%=h game.checkedout? %><%=h game.send(column.name) %>