mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
* Flatten Holding model * Flatten balance model * Entries domain renames * Fix valuations reference * Fix trades stream * Fix brakeman warnings * Fix tests * Replace existing entryable type references in DB
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
<%# locals: (account:) %>
|
|
|
|
<%= turbo_frame_tag dom_id(account, :holdings), src: holdings_path(account_id: account.id) do %>
|
|
<%= render "entries/loading" %>
|
|
<% end %>
|