Search Results

<% if @games.empty? %>

Sorry, there were no results

<% else %> <% for column in Game.content_columns %> <% end %> <% for game in @games %> <% for column in Game.content_columns %> <% end %> <% end %>
Game ID Checked Out<%= column.human_name %>
<%=h game.id %> <%=h game.checkedout? %><%=h game.send(column.name) %><%= link_to 'Show', :action => 'show', :id => game %> <%= link_to 'Edit', :action => 'edit', :id => game %> <%= link_to 'Destroy', { :action => 'destroy', :id => game }, :confirm => 'Are you sure?', :post => true %>
<% end %>