2016-11-03 12:59:31 +00:00
|
|
|
object @context
|
2016-09-15 22:21:51 +00:00
|
|
|
|
2016-11-03 12:59:31 +00:00
|
|
|
node :ancestors do |context|
|
|
|
|
partial 'api/v1/statuses/index', object: context.ancestors
|
2016-09-15 22:21:51 +00:00
|
|
|
end
|
|
|
|
|
2016-11-03 12:59:31 +00:00
|
|
|
node :descendants do |context|
|
|
|
|
partial 'api/v1/statuses/index', object: context.descendants
|
2016-09-15 22:21:51 +00:00
|
|
|
end
|