about summary refs log tree commit diff
path: root/app/models/context.rb
blob: cc667999ed9a74e2d09318d9c71dec41b9c6a089 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

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