~cytrogen/masto-fe

ref: f05effeb8fb8f2cc09ccfdbff2e670ff5cb23e9f masto-fe/app/models/context.rb -rw-r--r-- 119 bytes
f05effeb — Stanislas Signoud [Glitch] Fix a missing redirection on getting-started in multi column mode 2 years ago
                                                                                
1
2
3
4
5
# frozen_string_literal: true

class Context < ActiveModelSerializers::Model
  attributes :ancestors, :descendants
end