общий / _comments.html.haml
#comments
- commentable.comments.each do |comment|
= link_to image_tag(avatar_url comment.user_id,36), :controller => 'users', :action => 'show', :id => comment.user_id
= comment.content
%br
Как упорядочить полиморфные комментарии по 'creat_at DESC'?