diff --git a/config/routes.rb b/config/routes.rb index 79e49ca53..c87ca1d6f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -486,7 +486,7 @@ RedmineApp::Application.routes.draw do get "praise_tread/tread_plus" #end - root :to => 'welcome#index', :as => 'home' + root :to => 'account#login', :as => 'home' # added by longjun match 'welcome/contest', :via => :get # end longjun