Skip to content

Commit a82339f

Browse files
committed
set the root route
1 parent f58d973 commit a82339f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
44

55
# Defines the root path route ("/")
6-
# root "articles#index"
6+
root to: redirect(path: "/users")
77
end

0 commit comments

Comments
 (0)