]> cat aescling's git repositories - mastodon.git/blob - app/models/context.rb
Fix default searchTokens (#15775)
[mastodon.git] / app / models / context.rb
1 # frozen_string_literal: true
2
3 class Context < ActiveModelSerializers::Model
4 attributes :ancestors, :descendants
5 end
This page took 0.078402 seconds and 5 git commands to generate.