Add Purchase system
[cs356-p2-videostore.git] / app / views / purchase / begin.rhtml
diff --git a/app/views/purchase/begin.rhtml b/app/views/purchase/begin.rhtml
new file mode 100644 (file)
index 0000000..b108db7
--- /dev/null
@@ -0,0 +1,10 @@
+<h1>Start a Purchase</h1>
+
+<p>Please read the customer's ID number off of their card and enter
+it in the box below.</p>
+
+<%= start_form_tag :action => 'customer_ok'%>
+<%= text_field 'customer_id', nil  %>
+  <%= submit_tag 'Ok' %></form>
+<%= end_form_tag %>
+