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