X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=app%2Fviews%2Fpurchase%2Frent_begin.rhtml;fp=app%2Fviews%2Fpurchase%2Frent_begin.rhtml;h=f69769a4669279a4804d84d60ef66b29abf80025;hb=ebb2b4d40713d535c06970b2a17aace4458ecf25;hp=0000000000000000000000000000000000000000;hpb=51e5c301fa78679232f16b450632fc890c02c4f2;p=cs356-p2-videostore.git diff --git a/app/views/purchase/rent_begin.rhtml b/app/views/purchase/rent_begin.rhtml new file mode 100644 index 0000000..f69769a --- /dev/null +++ b/app/views/purchase/rent_begin.rhtml @@ -0,0 +1,10 @@ +

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_validate'%> +<%= text_field 'rentable_id', nil %> + <%= submit_tag 'Ok' %> +<%= end_form_tag %> +