X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Fgame_genre%2Fshow.rhtml;fp=app%2Fviews%2Fgame_genre%2Fshow.rhtml;h=5b0549911707728a725ed27ddbda69789a57ddf8;hb=064ef703594868b7ace2ebe131ba145e27aef6d2;hp=0000000000000000000000000000000000000000;hpb=f102e2d11bd1633579c7cfc244a38a9d8929bd06;p=cs356-p2-videostore.git diff --git a/app/views/game_genre/show.rhtml b/app/views/game_genre/show.rhtml new file mode 100644 index 0000000..5b05499 --- /dev/null +++ b/app/views/game_genre/show.rhtml @@ -0,0 +1,8 @@ +<% for column in GameGenre.content_columns %> +

+ <%= column.human_name %>: <%=h @game_genre.send(column.name) %> +

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