X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fgame_policy%2Fshow.rhtml;fp=app%2Fviews%2Fgame_policy%2Fshow.rhtml;h=419e4952d6121bca2d0e86568c077180d90a7fe1;hb=bf5c679032a167a9eeb4aa16284cd5dd2426a12a;hp=0000000000000000000000000000000000000000;hpb=01114330b962728805d3c43f2f1a1423f2bd66b3;p=cs356-p2-videostore.git diff --git a/app/views/game_policy/show.rhtml b/app/views/game_policy/show.rhtml new file mode 100644 index 0000000..419e495 --- /dev/null +++ b/app/views/game_policy/show.rhtml @@ -0,0 +1,8 @@ +<% for column in GamePolicy.content_columns %> +

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

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