Revert "shared link true default"

This reverts commit e41fe5fbca.
This commit is contained in:
Pete Matsyburka
2025-06-01 15:17:07 +03:00
parent 4e94664008
commit 9544bb3d76
2 changed files with 17 additions and 18 deletions
-1
View File
@@ -46,7 +46,6 @@ class Template < ApplicationRecord
attribute :preferences, :string, default: -> { {} }
attribute :fields, :string, default: -> { [] }
attribute :shared_link, :boolean, default: true
attribute :schema, :string, default: -> { [] }
attribute :submitters, :string, default: -> { [{ name: I18n.t(:first_party), uuid: SecureRandom.uuid }] }
attribute :slug, :string, default: -> { SecureRandom.base58(14) }