aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-11-11 17:12:50 +0000
committerMatthew Lemon <y@yulqen.org>2024-11-11 17:12:50 +0000
commit154a9ab32ae1447c191d0b1f565b1e905851a9e2 (patch)
treecf119820e199181c96cf9b03d15ecdf79644210a /config/routes.rb
parentb8d7a7cf7e78fe384c6c6e8e6812a252084ce1f0 (diff)
Adds a Create new account page and part way through configging the form
Diffstat (limited to '')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index af58cd0..66bd997 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -2,6 +2,7 @@ Rails.application.routes.draw do
resources :pdfresources
resource :session
resources :passwords, param: :token
+ resource :registration, only: [:new, :create]
# 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.