X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=inline;f=app%2Fviews%2Fgamegenre%2Fshow.rhtml;fp=app%2Fviews%2Fgamegenre%2Fshow.rhtml;h=0000000000000000000000000000000000000000;hb=064ef703594868b7ace2ebe131ba145e27aef6d2;hp=417f4063a61780f89c6a46e374af26af1e889235;hpb=f102e2d11bd1633579c7cfc244a38a9d8929bd06;p=cs356-p2-videostore.git diff --git a/app/views/gamegenre/show.rhtml b/app/views/gamegenre/show.rhtml deleted file mode 100644 index 417f406..0000000 --- a/app/views/gamegenre/show.rhtml +++ /dev/null @@ -1,8 +0,0 @@ -<% for column in Gamegenre.content_columns %> -

- <%= column.human_name %>: <%=h @gamegenre.send(column.name) %> -

-<% end %> - -<%= link_to 'Edit', :action => 'edit', :id => @gamegenre %> | -<%= link_to 'Back', :action => 'list' %>