Prettify the Purchase system
[cs356-p2-videostore.git] / app / views / purchase / buy_merch.rhtml
similarity index 82%
rename from app/views/purchase/buy_begin.rhtml
rename to app/views/purchase/buy_merch.rhtml
index 7ea2912..de2509e 100644 (file)
@@ -3,7 +3,7 @@
 <p>Please read the item's ID number off of the bar code, and type it into
 the box below.</p>
 
-<%= start_form_tag :action => 'buy_validate'%>
+<%= start_form_tag :action => 'buy_merch'%>
 <%= text_field 'merchandise_id', nil %>
   <%= submit_tag 'Ok' %></form>
 <%= end_form_tag %>