From 77f3a43ecefadf7376de2871087c819c871b00dc Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 30 Oct 2023 00:03:59 -0400 Subject: User model --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index d716284..c6cd35b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -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. -- cgit v1.2.3