logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

context.rb (119B)


  1. # frozen_string_literal: true
  2. class Context < ActiveModelSerializers::Model
  3. attributes :ancestors, :descendants
  4. end