5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
<% @users.each do |u| %>
|
||
|
<%= u.email %><br>
|
||
|
<% end %>
|
||
|
|