Guest User

Untitled

a guest
Nov 12th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <% @post.comments.each do |comment| %>
  2. <p>
  3. <strong>Comment:</strong>
  4. <%= comment.id %>
  5. <%= comment.body %>
  6. </p>
  7. <% end %>
  8.  
  9. <%= render 'comments/form', comment: @comment %>
Add Comment
Please, Sign In to add comment