Prettify the Purchase system
[cs356-p2-videostore.git] / app / views / purchase / index.rhtml
diff --git a/app/views/purchase/index.rhtml b/app/views/purchase/index.rhtml
new file mode 100644 (file)
index 0000000..8ea7cef
--- /dev/null
@@ -0,0 +1,8 @@
+<h1>Purchase Information</h1>
+
+<h3>Actions</h3>
+<ul>
+  <li><%= link_to 'List All Purchases', :action => 'list' %></li>
+  <li><%= link_to 'List All Purchases by Date', :action => 'filter', :type => 'date' %></li>
+  <li><%= link_to 'List All Purchases by a Customer', :action => 'filter', :type => 'customer' %></li>
+</ul>