1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 07:39:39 +02:00

Add angel investment type to Investment (#519)

This commit is contained in:
Dave Corson-Knowles 2024-03-06 05:14:25 -08:00 committed by GitHub
parent d40fa9909a
commit 9c08721e9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,7 @@ class Account::Investment < ApplicationRecord
[ "Health Savings Account", "hsa" ],
[ "Mutual Fund", "mutual_fund" ],
[ "Roth IRA", "roth_ira" ],
[ "Roth 401k", "roth_401k" ]
[ "Roth 401k", "roth_401k" ],
[ "Angel", "angel" ]
].freeze
end