This app is running on Safe Ruby protocol
<% @posts.each do |post| %>
<%= "User<#{post.user_id}> #{post.body}" %>
<% end %>
User ID
Content