From 59101156158e2370acd863e3fb23ce6dbc9c3e27 Mon Sep 17 00:00:00 2001 From: edikle Date: Wed, 31 Jan 2018 15:38:54 +0800 Subject: [PATCH] set root to user index --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/routes.rb b/config/routes.rb index 787824f..149da05 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,3 +1,5 @@ Rails.application.routes.draw do # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html + + root "users#index" end