5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 20:51:47 +00:00

fix: incluir archivos renombrados

aunque en las pruebas cuando es renombrado siempre viene como deleted y
luego added
This commit is contained in:
f 2024-02-02 12:43:30 -03:00
parent 8e75a188c8
commit 003d8fa303
No known key found for this signature in database

View file

@ -10,7 +10,7 @@ class Site
included do
has_many :indexed_posts, dependent: :destroy
MODIFIED_STATUSES = %i[added modified].freeze
MODIFIED_STATUSES = %i[added modified renamed].freeze
DELETED_STATUSES = %i[deleted].freeze
LOCALE_FROM_PATH = /\A_/.freeze