So I''m calling my nested set model via an association that has an :order attribute to it. This seems to be getting ignored and is using "ORDER BY lft"... but all roots will have a lft of 1, so its really no order. Should I just bypass using .roots and add another association and set the conditions as: parent_id = 0 OR parent_id IS NULL and then the proper :order i need? Or is there another solution I am overlooking? thanks.. -tim -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/betternestedset-talk/attachments/20071010/b48464cb/attachment.html