root路由重指定

This commit is contained in:
huang 2017-01-20 13:32:46 +08:00
parent d13940af61
commit b913164bf1
1 changed files with 1 additions and 1 deletions

View File

@ -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