Showing /Users/Sites/blog/app/views/posts/show.html.erb where line #21 raised:
undefined local variable or method `comment' for #<#<Class:0x007fc394660120>:0x007fc394663aa0>
Extracted source (around line #21):
18: <% @post.comments.each do |commnet| %>
19: <p>
20: <b>Commenter:</b>
21: <%= comment.commenter%>
22: </p>
23: <p>
24: <b>Comment:</b>
undefined local variable or method `comment' for #<#<Class:0x007fc394660120>:0x007fc394663aa0>
Extracted source (around line #21):
18: <% @post.comments.each do |commnet| %>
19: <p>
20: <b>Commenter:</b>
21: <%= comment.commenter%>
22: </p>
23: <p>
24: <b>Comment:</b>