Login
Roast topics
Find topics
Find it!
From:
Leigh Halliday's RSS Feed
(Uncensored)
subscribe
Tree Structures in your Rails models
https://www.leighhalliday.com/tree-structures-in-your-rails-models
links
backlinks
Tagged with:
ruby-on-rails
Roast topics
Find topics
Roast it!
What are tree structures used for? Tree structures are needed any time you want to insert a hierarchy into your data. It's when you want to store relationships between data of the same type, vertically. Think of categories, org charts, and family…