diff --git a/config/routes.rb b/config/routes.rb --- a/config/routes.rb +++ b/config/routes.rb @@ -11,7 +11,7 @@ # You can have the root of your site routed by hooking up '' # -- just remember to delete public/index.html. - map.connect '', :controller => 'main' + map.connect '', :controller => 'main', :action => 'login' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl'