mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Add initial list of valid account types
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
class Account < ApplicationRecord
|
||||
belongs_to :family
|
||||
|
||||
VALID_ACCOUNT_TYPES = %w[Investment Depository Credit Loan Property Vehicle OtherAsset OtherLiability].freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user