This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-03 05:59:31 -07:00
|
|
|
object @context
|
2016-09-15 15:21:51 -07:00
|
|
|
|
2016-11-03 05:59:31 -07:00
|
|
|
node :ancestors do |context|
|
|
|
|
partial 'api/v1/statuses/index', object: context.ancestors
|
2016-09-15 15:21:51 -07:00
|
|
|
end
|
|
|
|
|
2016-11-03 05:59:31 -07:00
|
|
|
node :descendants do |context|
|
|
|
|
partial 'api/v1/statuses/index', object: context.descendants
|
2016-09-15 15:21:51 -07:00
|
|
|
end
|