Add VideoGenres to the system
[cs356-p2-videostore.git] / app / views / video / index.rhtml
index 3256908..838567b 100644 (file)
@@ -5,4 +5,7 @@
   <li><%= link_to 'List All Videos', :action => 'list' %></li>
   <li><%= link_to 'Search for a Video', :action => 'search' %></li>
   <li><%= link_to 'Add a New Video', :action => 'new' %></li>
+  <br/>
+  <li><%= link_to 'List All Video Genres', :controller => 'video_genre', :action => 'list' %></li>
+  <li><%= link_to 'Add a New Video Genre', :controller => 'video_genre', :action => 'new' %></li>
 </ul>