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

11 lines
159 B
Ruby
Raw Permalink Normal View History

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