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>
なぜアドレスが表示されますか?どのようにそれを削除するには?haml表示アドレス
「なぜアドレスが表示されていますか? –