5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-23 00:16:23 +00:00
panel/app/models/activity_pub/object/document.rb

11 lines
161 B
Ruby
Raw Permalink Normal View History

2024-03-07 19:54:09 +00:00
# frozen_string_literal: true
# = Document =
#
# Representa artículos
class ActivityPub
class Object
class Document < ActivityPub::Object; end
end
end