mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 01:24:06 +00:00
The Account model only delegated the subtype reader to the accountable, but not the writer. This caused form submissions with `account[subtype]` to be silently ignored since there was no setter method on Account. Changes: - Add `subtype=` writer method to Account that delegates to accountable - Add additional investment subtypes (457b, sep_ira, simple_ira, trust, ugma, utma, other) to Investment::SUBTYPES for better coverage - Update PlaidAccount::TypeMappable with additional investment subtype mappings (403b, 457b, sep_ira, simple_ira, trust, ugma, utma) Fixes #502 Co-authored-by: Claude <noreply@anthropic.com>