Small Cleanups + Merchandise Search
[cs356-p2-videostore.git] / app / controllers / game_policy_controller.rb
index 1d5dc09..f2ca039 100644 (file)
@@ -1,4 +1,5 @@
 class GamePolicyController < ApplicationController
+  layout "admin"
 
   # Make sure that the user has logged in before they can take any action
   before_filter :authorize, :only => [:index, :list, :show]