Tagged Questions

1
vote
1answer
180 views

Is it possible to have file-system-like routes with acts_as_tree?

I have a Folder model which acts_as_tree. Is it possible that the routes represent the folder structure? Folders: 1: Folder A 2: Folder B 3: Folder C 4: Folder D 5: Folder E Routes: ...