rails generate devise:install

This commit is contained in:
2023-03-06 01:48:07 +01:00
parent 9585b4155b
commit 2ecf06b751
6 changed files with 397 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
Rails.application.routes.draw do
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Defines the root path route ("/")
# root "articles#index"
root "users#index"
end