We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can try to do this with MIN view partials of this gem: https://github.com/the-teacher/the_sortable_tree
There is a much simpler approach: (see lib/nested_set/helper.rb)
arranged_nodes = Category.arrange <%= render_tree arranged_nodes do |node, child| %> <li><%= node.name %> <%= child %></li> <% end %>