Tagged Questions
1
vote
4answers
491 views
Acts_as_tree - one-to-Many: Show Records associated with children on parent page
I have a relatively simple one-to-many relationship and use acts_as_tree to get it organized in the view. It kinda looks like this:
Root
|_Product 1
|_Product 2
|_Category 1.1
...