rename deleted_at to archived_at

This commit is contained in:
Pete Matsyburka
2023-12-30 00:37:03 +02:00
parent cfb1bdcd52
commit 6d7d8ae87c
24 changed files with 71 additions and 65 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ module Accounts
new_template.account = new_account
new_template.slug = SecureRandom.base58(14)
new_template.deleted_at = nil
new_template.archived_at = nil
new_template.save!
Templates::CloneAttachments.call(template: new_template, original_template: template)