summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid Gay <eapoems@riseup.net>2024-08-29 06:32:56 -0400
committerDavid Gay <eapoems@riseup.net>2024-08-29 06:33:13 -0400
commitc2f22f1f6633aa4d0fc6f2321c902eb777e69be3 (patch)
tree88bdb29ac6d8bfa5c469a2b2ccdb84361d94c44a /config
parent2750f5ad303055a238bf1ab5aa3ff8669d054728 (diff)
Devise setup
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 ebf9382..08a9df7 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,4 +1,5 @@
Rails.application.routes.draw do
+ devise_for :users
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
# Can be used by load balancers and uptime monitors to verify that the app is live.
get "up" => "rails/health#show", as: :rails_health_check