Hey
I have a Page model that acts as a tree but I also want the children to act as lists: Is there a plugin out there somewhere that does the trick for you or what would you suggest?
Hey
I have a Page model that acts as a tree but I also want the children to act as lists: Is there a plugin out there somewhere that does the trick for you or what would you suggest?
Try this line in your model.
acts_as_list :scope => :parent
Regards,
Bill.