Prettify the login page
[cs356-p2-videostore.git] / app / controllers / game_controller.rb
index 42a037e..31fe67e 100644 (file)
@@ -1,4 +1,8 @@
 class GameController < ApplicationController
+
+  # Make sure that the user has logged in before they can take any action
+  before_filter :authorize
+
   def index
     list
     render :action => 'list'