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

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

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