mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-27 09:09:41 +02:00
Add angel investment type to Investment (#519)
This commit is contained in:
parent
d40fa9909a
commit
9c08721e9c
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ class Account::Investment < ApplicationRecord
|
||||||
[ "Health Savings Account", "hsa" ],
|
[ "Health Savings Account", "hsa" ],
|
||||||
[ "Mutual Fund", "mutual_fund" ],
|
[ "Mutual Fund", "mutual_fund" ],
|
||||||
[ "Roth IRA", "roth_ira" ],
|
[ "Roth IRA", "roth_ira" ],
|
||||||
[ "Roth 401k", "roth_401k" ]
|
[ "Roth 401k", "roth_401k" ],
|
||||||
|
[ "Angel", "angel" ]
|
||||||
].freeze
|
].freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue