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 %>

<%=link_to 'Check Out', :action => 'receipt' %>