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

11 lines
163 B
Ruby
Raw Permalink Normal View History

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