You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using hash_tree so build a comment tree where each comment has more or less likes.
I would like to sort the tree to put the comment with more like on top, but always inside each parent.
A parent comment with poor like will be keep above, even when its children has good rating. Just because I would like to sort from the root until the deeper one.
Any way to arquive it?
Thanks for this great gem. (:
The text was updated successfully, but these errors were encountered:
I'm using
hash_tree
so build a comment tree where each comment has more or less likes.I would like to sort the tree to put the comment with more like on top, but always inside each parent.
A parent comment with poor like will be keep above, even when its children has good rating. Just because I would like to sort from the root until the deeper one.
Any way to arquive it?
Thanks for this great gem. (:
The text was updated successfully, but these errors were encountered: