Prepare to use Devise as auth Gem

This commit is contained in:
kbe
2025-08-16 17:03:14 +02:00
parent ed659c423e
commit 6a1f1cca9a
21 changed files with 688 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
Rails.application.routes.draw do
devise_for :users
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.