mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 23:46:22 +00:00
10 lines
173 B
Ruby
10 lines
173 B
Ruby
# frozen_string_literal: true
|
|
|
|
# = Group =
|
|
class ActivityPub
|
|
class Object
|
|
class Group < ActivityPub::Object
|
|
include Concerns::ActorTypeConcern
|
|
end
|
|
end
|
|
end
|