ruby on rails - Blog post issue in comments -


i following guide http://guides.rubyonrails.org/getting_started.html have issue.

as can see in image, below comments section irrelevant information presenting, , how avoid displaying. helpful if expert sort out. new rails........

enter image description here

remove = in view in front of comments.each. should like:

<% @comment.each |comment| %>      <-- no `=` here 

Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -