Files
sure/app/views/accounts/account/_investment.html.erb
Zach Gollwitzer a947db92b2 Account namespace updates: part 1 (#893)
* Rename accountable types

* Merge conflicts

* Fix broken tests

* Add back sidebar changes
2024-06-20 07:26:25 -04:00

2 lines
98 B
Plaintext

<%= f.select :subtype, options_for_select(Investment::SUBTYPES, selected: ""), { label: true } %>