2
2
mirror of https://github.com/mastodon/mastodon synced 2025-04-08 20:05:50 +02:00
mastodon/app/models/context.rb

6 lines
119 B
Ruby

# frozen_string_literal: true
class Context < ActiveModelSerializers::Model
attributes :ancestors, :descendants
end