mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 04:16:21 +00:00
7 lines
139 B
Ruby
7 lines
139 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
# = Organization =
|
||
|
#
|
||
|
# Una organización
|
||
|
class ActivityPub::Object::Organization < ActivityPub::Object; end
|