5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 18:06:21 +00:00
panel/app/models/activity_pub/object/person.rb

11 lines
172 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
# = Person =
#
# Una persona, el perfil de une actore
2024-02-21 15:46:38 +00:00
class ActivityPub
2024-02-21 18:44:04 +00:00
class Object
2024-02-21 15:46:38 +00:00
class Person < ActivityPub::Object; end
end
end