X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=config%2Froutes.rb;fp=config%2Froutes.rb;h=293dfb2e00f070f55bec0556d5983a93e3ece0d0;hb=32e35e775c982b99b462c43430fa6701654792a8;hp=ddbc98a494d3586a93932d618063e94f38c7d71a;hpb=b12881a928516bca02b2bd8ce1bbe9288840c76f;p=cs356-p2-videostore.git diff --git a/config/routes.rb b/config/routes.rb index ddbc98a..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 => "login" + map.connect '', :controller => 'login', :action => 'login' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl'