album/show.html.haml
#comment_list= render :partial => 'shared/comments', :locals => { :commentable => @album }
shared/_comments.html.haml
#comments
= commentable.comments.each do |comment|
= comment.content
display
Hello #<Comment:0x7f668f037710>
почему отображается адрес?Как это убрать?