Add Rental Policies and Limits
[cs356-p2-videostore.git] / app / controllers / video_policy_controller.rb
index 918c2e4..7999bc0 100644 (file)
@@ -1,4 +1,5 @@
 class VideoPolicyController < ApplicationController
+  layout "admin"
 
   # Make sure that a user logs in before doing any action here
   before_filter :authorize, :only => [:index, :list, :show]