X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=config%2Froutes.rb;h=293dfb2e00f070f55bec0556d5983a93e3ece0d0;hb=HEAD;hp=9bbc463769d032fc4d79bad51536d29805e3a2cd;hpb=344d975e26054e2f69ee044c80a8b3232145cd47;p=cs356-p2-videostore.git diff --git a/config/routes.rb b/config/routes.rb index 9bbc463..293dfb2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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', :action => 'login' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl'