X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=app%2Fviews%2Frentable_policy%2Fedit.rhtml;fp=app%2Fviews%2Frentable_policy%2Fedit.rhtml;h=cff2755063640c423d4adbd792a315fde4d58cd8;hb=9b264f25255cc0e7cca3169d99905f590c8be578;hp=0000000000000000000000000000000000000000;hpb=70d3675bba6ee586e1010a915e36758d2bab3637;p=cs356-p2-videostore.git diff --git a/app/views/rentable_policy/edit.rhtml b/app/views/rentable_policy/edit.rhtml new file mode 100644 index 0000000..cff2755 --- /dev/null +++ b/app/views/rentable_policy/edit.rhtml @@ -0,0 +1,9 @@ +

Editing rentable_policy

+ +<% form_tag :action => 'update', :id => @rentable_policy do %> + <%= render :partial => 'form' %> + <%= submit_tag 'Edit' %> +<% end %> + +<%= link_to 'Show', :action => 'show', :id => @rentable_policy %> | +<%= link_to 'Back', :action => 'list' %>