Prettify the Customer pages
[cs356-p2-videostore.git] / app / views / customer / search.rhtml
similarity index 73%
rename from app/views/customer/searchbyname.rhtml
rename to app/views/customer/search.rhtml
index 7b17ec1..fd105b7 100644 (file)
@@ -1,6 +1,6 @@
 <h1>Search for a Customer by Name</h1>
 
-<%= start_form_tag :action => 'searchresults'%>
+<%= start_form_tag :action => 'search'%>
 <%= text_field 'q', nil  %>
   <%= submit_tag 'Search' %></form>
 <%= end_form_tag %>