diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 20:44:22 -0400 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-28 20:47:58 -0400 |
| commit | 176a8596c5a9fa49cc16d66ea4067e38a38f96c8 (patch) | |
| tree | 65ebfd5749b1bfaf77836298c69912f55f5c2de0 /config | |
| parent | 09300c87a63a6f68c81fbed88dc50136ffe7789a (diff) | |
rails: g authentication
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 48254e8..29b007b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,6 @@ Rails.application.routes.draw do + resource :session + resources :passwords, param: :token # 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. |
