automate employer setup import from word and manual entry working

This commit is contained in:
Jason Jordan
2025-12-03 11:42:15 -05:00
parent 3fbece7da6
commit 78ce415b94
44 changed files with 1012 additions and 339 deletions
@@ -9,6 +9,10 @@ class LegacyDbModelGenerator < Rails::Generators::Base
@db_record = 'VhcsRecord'.constantize
@module = 'Vhcs'.constantize
@file_folder = 'vhcs'
elsif db_name == 'BrittonWeb'
@db_record = 'BrittonWebRecord'.constantize
@module = 'BrittonWeb'.constantize
@file_folder = 'britton_web'
elsif db_name == 'HEBWeb'
@db_record = 'WebRecord'.constantize
@module = 'HebWeb'.constantize