Add required authorization to all pages
[cs356-p2-videostore.git] / config / routes.rb
index 9bbc463..ddbc98a 100644 (file)
@@ -11,7 +11,7 @@ ActionController::Routing::Routes.draw do |map|
 
   # You can have the root of your site routed by hooking up '' 
   # -- just remember to delete public/index.html.
-  # map.connect '', :controller => "welcome"
+  map.connect '', :controller => "login"
 
   # Allow downloading Web Service WSDL as a file with an extension
   # instead of a file named 'wsdl'