From e7784a07b5cc404bcbfce341f90eea5fe08d9b9d Mon Sep 17 00:00:00 2001 From: Eros Stein Date: Sun, 26 Apr 2026 11:08:27 -0300 Subject: [PATCH] Fixing issue with image logo --- app/models/account.rb | 1 + 1 file changed, 1 insertion(+) 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