2 lines
144 B
Text
2 lines
144 B
Text
<% comment, sub_comments = comment_node %>
|
|
<%= nested_comments(tree: { comment => sub_comments }, commentable: @article, is_view_root: true) %>
|