mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Merge branch 'main' of https://github.com/maybe-finance/maybe
This commit is contained in:
commit
dbc76c76ef
5 changed files with 13 additions and 8 deletions
|
@ -2,4 +2,5 @@ class Account < ApplicationRecord
|
|||
belongs_to :family
|
||||
|
||||
scope :depository, -> { where(type: 'Depository') }
|
||||
VALID_ACCOUNT_TYPES = %w[Investment Depository Credit Loan Property Vehicle OtherAsset OtherLiability].freeze
|
||||
end
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
class Depository < Account
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue