Massive Cleanup
[cs356-p2-videostore.git] / app / views / gamegenre / show.rhtml
diff --git a/app/views/gamegenre/show.rhtml b/app/views/gamegenre/show.rhtml
deleted file mode 100644 (file)
index 417f406..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<% for column in Gamegenre.content_columns %>
-<p>
-  <b><%= column.human_name %>:</b> <%=h @gamegenre.send(column.name) %>
-</p>
-<% end %>
-
-<%= link_to 'Edit', :action => 'edit', :id => @gamegenre %> |
-<%= link_to 'Back', :action => 'list' %>