From c01b67f7ec6d0581689e15f66d19ac0a842bf7ef Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Fri, 6 Jun 2025 23:14:17 +0300 Subject: [PATCH] index template --- lib/accounts.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/accounts.rb b/lib/accounts.rb index f3dd639b..898051fc 100644 --- a/lib/accounts.rb +++ b/lib/accounts.rb @@ -73,6 +73,8 @@ module Accounts new_template.save! + SearchEntries.enqueue_reindex(new_template) + Templates::CloneAttachments.call(template: new_template, original_template: template) new_template