mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 14:36:22 +00:00
fixup! fixup! fix: no es necesario vincular actores con objetos
This commit is contained in:
parent
3292d7ebe3
commit
a13f42c22f
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ class ActivityPub
|
|||
class Object < ApplicationRecord
|
||||
include ActivityPub::Concerns::JsonLdConcern
|
||||
|
||||
belongs_to :actor
|
||||
has_many :activity_pubs, as: :object
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue