favors with_hidden

This commit is contained in:
Juanjo Bazán
2015-08-20 17:52:59 +02:00
parent aff366827d
commit 896fe41db0
3 changed files with 3 additions and 3 deletions

View File

@@ -70,7 +70,7 @@
<% end %>
<div class="comment-children">
<%= render comment.children.with_deleted.reorder('id DESC, lft') %>
<%= render comment.children.with_hidden.reorder('id DESC, lft') %>
</div>
</div>