mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-01 19:45:19 +02:00
4 lines
150 B
Text
4 lines
150 B
Text
|
<%# locals: (account:) %>
|
||
|
|
||
|
<%= render partial: "accounts/accountables/#{account.accountable_type.downcase}/overview", locals: { account: account } %>
|