views:

536

answers:

1

Can anyone point me to a master detail implementation in Rails? I Googled but couldn't find any good example sites.

+2  A: 

You probably want to start with a acts_as_tree model but the exact implementation depends a lot on what you want as an end result ;)

eelco