Fixing issue with image logo

pull/668/head
Eros Stein 2 months ago
parent 5949de5e03
commit e7784a07b5

@ -19,6 +19,7 @@
#
class Account < ApplicationRecord
attribute :uuid, :string, default: -> { SecureRandom.uuid }
attribute :remove_logo, :boolean, default: false
has_one_attached :logo

Loading…
Cancel
Save