5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-26 15:46:22 +00:00
panel/app/models/activity_pub/object/organization.rb
2024-02-21 15:44:04 -03:00

10 lines
165 B
Ruby

# frozen_string_literal: true
# = Organization =
#
# Una organización
class ActivityPub
class Object
class Organization < ActivityPub::Object; end
end
end