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:
I have a Folder model which acts_as_tree. Is it possible that the routes represent the folder structure?