diff --git a/app/models/account.rb b/app/models/account.rb index d15d1c3a..1e378082 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -19,6 +19,7 @@ # class Account < ApplicationRecord attribute :uuid, :string, default: -> { SecureRandom.uuid } + attribute :remove_logo, :boolean, default: false has_one_attached :logo