thingspeak/app/views/admin/users/emails.html.erb
2014-03-22 13:21:45 -04:00

5 lines
57 B
Plaintext

<% @users.each do |u| %>
<%= u.email %><br>
<% end %>