mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
* Move Transfer to Account namespace * Fix partial resolution due to namespacing plurality * Make category and tag controllers consistent with namespacing convention * Update stale partial reference
2 lines
130 B
Plaintext
2 lines
130 B
Plaintext
<%= f.select :subtype, options_for_select([["Checking", "checking"], ["Savings", "savings"]], selected: ""), { label: "Type" } %>
|