1 <h1>Check out a Rentable Item</h1>
3 <p>Please read the item's ID number off of the bar code, and type it into
6 <%= start_form_tag :action => 'rent'%>
7 <%= text_field 'rentable_id', nil %>
12 <p><%=link_to 'Check Out', :action => 'receipt' %></p>