summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2023-10-30 00:03:59 -0400
committerDavid Gay <eapoems@riseup.net>2023-10-30 00:03:59 -0400
commit77f3a43ecefadf7376de2871087c819c871b00dc (patch)
treef931041e1e78e7853424cce829d4590baecbdfff /config
parentdf191e6361858c985890ca4cb806f319273f9494 (diff)
User model
Diffstat (limited to 'config')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
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.