X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Frentable_policy%2Fshow.rhtml;fp=app%2Fviews%2Frentable_policy%2Fshow.rhtml;h=273bd343704ad5e8d739079a9049dc7a2a496ee8;hb=9b264f25255cc0e7cca3169d99905f590c8be578;hp=0000000000000000000000000000000000000000;hpb=70d3675bba6ee586e1010a915e36758d2bab3637;p=cs356-p2-videostore.git diff --git a/app/views/rentable_policy/show.rhtml b/app/views/rentable_policy/show.rhtml new file mode 100644 index 0000000..273bd34 --- /dev/null +++ b/app/views/rentable_policy/show.rhtml @@ -0,0 +1,8 @@ +<% for column in RentablePolicy.content_columns %> +

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

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