Prettify the Game system
[cs356-p2-videostore.git] / app / views / game / search.rhtml
similarity index 56%
rename from app/views/game/searchbyname.rhtml
rename to app/views/game/search.rhtml
index a5a4f8b..b4beb0f 100644 (file)
@@ -1,7 +1,7 @@
 <h1>Search for a Game by Name</h1>
 
-<%= start_form_tag :action => 'searchresults'%>
-<%= text_field 'q', nil  %>
+<%= start_form_tag :action => 'search%>
+<%= text_field 'q', nil %>
   <%= submit_tag 'Search' %></form>
 <%= end_form_tag %>