Add GameGenres to the Games page
[cs356-p2-videostore.git] / app / views / game / index.rhtml
index 280522d..c7c03d6 100644 (file)
@@ -5,4 +5,7 @@
   <li><%= link_to 'List All Games', :action => 'list' %></li>
   <li><%= link_to 'Search for a Game', :action => 'search' %></li>
   <li><%= link_to 'Add a New Game', :action => 'new' %></li>
+  <br/>
+  <li><%= link_to 'List All Game Genres', :controller => 'game_genre', :action => 'list' %></li>
+  <li><%= link_to 'Add a New Game Genre', :controller => 'game_genre', :action => 'new' %></li>
 </ul>