Skip to content
Snippets Groups Projects
Commit 8f44a405 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Route / to /users/login.

parent 7932fb80
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,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 => "users", :action => "login"
# Allow downloading Web Service WSDL as a file with an extension
# instead of a file named 'wsdl'
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment