beta build

This commit is contained in:
Jason Jordan
2026-06-17 23:23:36 -04:00
parent 5f04811c16
commit 5a90ea6e14
48 changed files with 674 additions and 54 deletions
@@ -14,7 +14,7 @@ class LegacyDbModelGenerator < Rails::Generators::Base
@module = 'BrittonWeb'.constantize
@file_folder = 'britton_web'
elsif db_name == 'HEBWeb'
@db_record = 'WebRecord'.constantize
@db_record = 'HebWebRecord'.constantize
@module = 'HebWeb'.constantize
@file_folder = 'heb_web'
else