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