是否有任何gem或插件提供了一个嵌套集,但也有一个权重。
我希望能够创建一个嵌套集,并按其权重对每个子集排序。
最佳答案
git hub上的祖先看起来不错
http://github.com/stefankroes/ancestry
node.subtree.all(:order => :weight)
有人做过类似的事情吗?我很想听听你的解决办法。
是否有任何gem或插件提供了一个嵌套集,但也有一个权重。
我希望能够创建一个嵌套集,并按其权重对每个子集排序。
最佳答案
git hub上的祖先看起来不错
http://github.com/stefankroes/ancestry
node.subtree.all(:order => :weight)