We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58d973 commit a82339fCopy full SHA for a82339f
config/routes.rb
@@ -3,5 +3,5 @@
3
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
4
5
# Defines the root path route ("/")
6
- # root "articles#index"
+ root to: redirect(path: "/users")
7
end
0 commit comments