From 154a9ab32ae1447c191d0b1f565b1e905851a9e2 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 11 Nov 2024 17:12:50 +0000 Subject: Adds a Create new account page and part way through configging the form --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') 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. -- cgit v1.2.3