Add GameGenres to the Games page
[cs356-p2-videostore.git] / app / controllers / game_genre_controller.rb
index ef2b4e1..50f27c2 100644 (file)
@@ -1,4 +1,6 @@
 class GameGenreController < ApplicationController
+  layout "admin"
+
   def index
     list
     render :action => 'list'