docbrown/app/views/articles/_comment_tree.html.erb

2 lines
144 B
Text

<% comment, sub_comments = comment_node %>
<%= nested_comments(tree: { comment => sub_comments }, commentable: @article, is_view_root: true) %>