Employer form mostly working with persist to db

This commit is contained in:
Jason Jordan
2025-12-10 13:22:33 -05:00
parent 78ce415b94
commit 0464ba8929
68 changed files with 3071 additions and 365 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Rails.application.routes.draw do
resources :employer_setup, only: [:new, :create]
resources :employer_setup, only: [:new, :create, :edit, :update]
get 'id_card_benefits_templates/get_template_benefits/:id', to: 'id_card_benefits_templates#get_template_benefits'
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.