5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-02 05:54:17 +00:00

fixup! fix: deleted es un método reservado

This commit is contained in:
f 2024-02-21 17:04:39 -03:00
parent b562b006bc
commit e53f31f359
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ class ActivityPub < ApplicationRecord
validates :site_id, presence: true
validates :object_id, presence: true
validates :aasm_state, presence: true, inclusion: { in: %w[paused approved rejected reported deleted] }
validates :aasm_state, presence: true, inclusion: { in: %w[paused approved rejected reported removed] }
aasm do
# Todavía no hay una decisión sobre el objeto