Report abuse

view


			

Comments

<% for comment in @post.comments %>
#i don't want to do this, how do I do this in my controller? <%=h User.find(comment.user_id).login %>
<%=h comment.body %>
<% end %>%>