mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add initial list of valid account types
This commit is contained in:
parent
9aa9f99810
commit
f1909b3bf2
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
class Account < ApplicationRecord
|
||||
belongs_to :family
|
||||
|
||||
VALID_ACCOUNT_TYPES = %w[Investment Depository Credit Loan Property Vehicle OtherAsset OtherLiability].freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue