I'm fairly new to Ruby on Rails, and am having trouble figuring out how
to do this. I have a model called Organization. I want to set things
up so that an org can have sub-orgs (which can have sub-orgs
themselves).
Can anyone point me to a good example or explanation (or provide one
directly) so I can get an idea of how to do this?