Fix RentablePurchases, which saved the wrong customer_id
[cs356-p2-videostore.git] / app / controllers / gamegenre_controller.rb
index 1293676..e3005b1 100644 (file)
@@ -1,4 +1,8 @@
 class GamegenreController < ApplicationController
+
+  # Make sure that a user logs in before doing any action here
+  before_filter :authorize
+
   def index
     list
     render :action => 'list'