X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fpurchase%2Frent.rhtml;h=07b29731755962025ac65c318ee4fea1e8e78049;hb=31c3621ad8a43715ecc02655d58b20099308fe50;hp=076d2be363bd041259cef8dee88c4f9f4288d8bb;hpb=ebb2b4d40713d535c06970b2a17aace4458ecf25;p=cs356-p2-videostore.git diff --git a/app/views/purchase/rent.rhtml b/app/views/purchase/rent.rhtml index 076d2be..07b2973 100644 --- a/app/views/purchase/rent.rhtml +++ b/app/views/purchase/rent.rhtml @@ -1,2 +1,10 @@ -

Purchase#rent

-

Find me in app/views/purchase/rent.rhtml

+

Check out a Rentable Item

+ +

Please read the item's ID number off of the bar code, and type it into +the box below.

+ +<%= start_form_tag :action => 'rent'%> +<%= text_field 'rentable_id', nil %> + <%= submit_tag 'Ok' %> +<%= end_form_tag %> +