diff --git a/app/models/portal.rb b/app/models/portal.rb index a62ba8e4d..c1d98a301 100644 --- a/app/models/portal.rb +++ b/app/models/portal.rb @@ -53,7 +53,7 @@ class Portal < ApplicationRecord file_type: logo.content_type, account_id: account_id, file_url: url_for(logo), - blob_id: logo.blob_id, + blob_id: logo.blob.signed_id, filename: logo.filename.to_s } end