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
@@ -11,7 +11,7 @@ class EmployerSetupController < ApplicationController
:name,
:group_number,
:pl_plan_key,
:effect_date
:effective_date
))
@employer_data[:employer].merge!(params.permit(:number_of_plans))
@@ -54,7 +54,7 @@ class EmployerSetupController < ApplicationController
# medical_number: @final_data['employer']['group_number'],
# dental_number: ' ',
# plan_key: @final_data['employer']['pl_plan_key'],
# effect_date: @final_data['employer']['effect_date']
# effective_date: @final_data['employer']['effective_date']
# )
# default = Vhcs::HLRXCrosRef.find_by(pl_plan_key: 52)