Files
sure/app/views/accounts/index.html.erb
Josh Pigford 3bf7b47040 New bank addition (mostly hashing out STI bits)
Messy and gross. Will get cleaned up in the next couple of commits.
2024-02-02 10:39:16 -06:00

9 lines
187 B
Plaintext

<div>
<h1 class="text-4xl font-bold">Accounts#index</h1>
<p>Find me in app/views/accounts/index.html.erb</p>
</div>
<% @accounts.each do |account| %>
<%= account.name %>
<% end %>