From: Ira W. Snyder Date: Mon, 26 Nov 2007 23:31:48 +0000 (-0800) Subject: Remove the ability to add new Rentable Policy X-Git-Tag: turned-in~17 X-Git-Url: https://irasnyder.com/gitweb/?a=commitdiff_plain;h=b34db57c298a19452f0fbfca0df2d2a1f8b881f1;hp=31c3621ad8a43715ecc02655d58b20099308fe50;p=cs356-p2-videostore.git Remove the ability to add new Rentable Policy Signed-off-by: Ira W. Snyder --- diff --git a/app/views/rentable_policy/list.rhtml b/app/views/rentable_policy/list.rhtml index c1c0e57..a5be4fb 100644 --- a/app/views/rentable_policy/list.rhtml +++ b/app/views/rentable_policy/list.rhtml @@ -22,5 +22,3 @@ <%= link_to 'Next page', { :page => @rentable_policy_pages.current.next } if @rentable_policy_pages.current.next %>
- -<%= link_to 'New rentable_policy', :action => 'new' %>