Remove duplication

This commit is contained in:
Rob Zolkos
2024-02-02 21:33:43 +00:00
parent 7f2988b7f0
commit ecfb178b87
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
class Account < ApplicationRecord
VALID_ACCOUNT_TYPES = %w[Investment Depository Credit Loan Property Vehicle OtherAsset OtherLiability].freeze
# VALID_ACCOUNT_TYPES = %w[Investment Depository Credit Loan Property Vehicle OtherAsset OtherLiability].freeze
belongs_to :family