Sending Message:

app
message


<% $apps.each_with_index { |app, index| %> <% if (index == 0) then %>
<% else %>
<% end %> <% @o["#{index}".to_i].each { |x| %> <% } %>
id app device token created time
<%= x.id %> <%= x.app %> <%= x.token %> <%= x.created_at %>
<% } %>