Add Purchase system
[cs356-p2-videostore.git] / app / views / purchase / begin.rhtml
1 <h1>Start a Purchase</h1>
2
3 <p>Please read the customer's ID number off of their card and enter
4 it in the box below.</p>
5
6 <%= start_form_tag :action => 'customer_ok'%>
7 <%= text_field 'customer_id', nil  %>
8   <%= submit_tag 'Ok' %></form>
9 <%= end_form_tag %>
10