Add VideoGenres to the system
[cs356-p2-videostore.git] / app / controllers / video_genre_controller.rb
index 6fe0d8f..5ec3ea9 100644 (file)
@@ -1,4 +1,6 @@
 class VideoGenreController < ApplicationController
+  layout "admin"
+
   def index
     list
     render :action => 'list'