Prod build process

This commit is contained in:
Jason Jordan
2026-05-06 13:28:16 -04:00
parent 1d9025276d
commit e0101be567
223 changed files with 1861 additions and 7105 deletions
@@ -5,6 +5,8 @@ module IdCard
belongs_to :provider_section, optional: true
validate :only_one_exception_field_present
validates :field_name, presence: true
validates :field_name, uniqueness: { scope: :field_exception_id }
FIELDS_TO_VALIDATE = [:field_value, :network_logo_id, :provider_section_id].freeze