automate employer setup import from word and manual entry working
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user