Displaying 1 result from an estimated 1 matches for "njg5u147".
2008 Jan 27
0
Using acts_as_list, acts_as_tree, and STI in one model
Check it out y''all:
http://rafb.net/p/NJg5U147.html
(pastie was down)
I''m trying to make a tree which belongs_to another model, where you can
have sections or items as children, and sections can have sections or
items as well. Moreover, any siblings should be sortable.
For instance:
Root
- Section 1
- - Item A
- - Item B
- Item C
-...