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:
parent
8e75a188c8
commit
003d8fa303
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue