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

5 lines
57 B
Plaintext
Raw Normal View History

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