diff --git a/config/routes.rb b/config/routes.rb index 66f63f6..cb37110 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -3,5 +3,5 @@ # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html # Defines the root path route ("/") - # root "articles#index" + root to: redirect(path: "/users") end