You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
object false
|
|
|
|
node :ancestors do
|
|
@ancestors.map do |status|
|
|
partial('api/v1/statuses/show', object: status)
|
|
end
|
|
end
|
|
|
|
node :descendants do
|
|
@descendants.map do |status|
|
|
partial('api/v1/statuses/show', object: status)
|
|
end
|
|
end
|