thingspeak/app/views/admin/users/emails.html.erb

5 lines
57 B
Plaintext
Raw Normal View History

2014-03-22 13:21:45 -04:00
<% @users.each do |u| %>
<%= u.email %><br>
<% end %>