Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.59 KB

LEARN.md

File metadata and controls

44 lines (24 loc) · 1.59 KB

Comment Tree App

Have you ever posted a comment on a blog post or some other social media platform? Where a comment can have many replies and that reply can further have many replies and so on. Here the concept of self-referential associations comes. So, let's learn self-referential associations in rails. I've used this concept of self-referential associations and created a very basic app named "Comment Tree App".


Learn Self-Referential Associations in Rails

1  Self-Referential Associations


2  Details with Example


3  On Micro Level


4  In a nutshell


5  Implementation


6  Implementation Code


7  Implementation Details


8  Usage