chinwagsocial/app/models/context.rb

6 lines
119 B
Ruby
Raw Permalink Normal View History

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