mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
9 lines
187 B
Plaintext
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 %>
|
|
|