i have all my parent and child in single model,i want access the leaf node by traveling multiple branch node from root node.how to get this done…
Are you using a gem, e.g. GitHub - amerine/acts_as_tree: ActsAsTree -- Extends ActiveRecord to add simple support for organizing items into parent–children relationships. ?
i am not using gem in my project