Init dump

This commit is contained in:
Jason Jordan
2025-11-24 08:22:44 -05:00
parent d48bb96791
commit 3fbece7da6
73 changed files with 1747 additions and 121 deletions
+1
View File
@@ -1,6 +1,7 @@
# frozen_string_literal: true
Rails.application.routes.draw do
resources :employer_setup, only: [:new, :create]
get "welcome/index"
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.