Rails main part example

Can someone point me to the implementation of the main parts in Rails? I am Googled but have not found any good examples of sites.

+3
source share
1 answer

You probably want to start with act_as_tree , but the exact implementation is very dependent on what you want as the final result;)

+2
source

All Articles