arbor
arbor copied to clipboard
Add 'path' function
Returns Ancestors + source struct
This is probably pretty easy to do now using the same CTE as ancestors but joining on id rather than parent_id...
breadcrumbs = Comment.path(comment)