Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / views / merchandise / index.rhtml
index 6950e28..1abaee6 100644 (file)
@@ -3,5 +3,6 @@
 <h3>Actions</h3>
 <ul>
   <li><%= link_to 'List All Merchandise', :action => 'list' %></li>
+  <li><%= link_to 'Search for a Merchandise', :action => 'search' %></li>
   <li><%= link_to 'Add a New Merchandise Item', :action => 'new' %></li>
 </ul>