From 9c08721e9c7e55703e6e559a9458d4b9dd017c0b Mon Sep 17 00:00:00 2001 From: Dave Corson-Knowles Date: Wed, 6 Mar 2024 05:14:25 -0800 Subject: [PATCH] Add angel investment type to Investment (#519) --- app/models/account/investment.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/account/investment.rb b/app/models/account/investment.rb index 87675da6..abc988af 100644 --- a/app/models/account/investment.rb +++ b/app/models/account/investment.rb @@ -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