Class: Alchemy::Dragonfly::S3::AttachmentUrl

Inherits:
StorageAdapter::Dragonfly::AttachmentUrl
  • Object
show all
Defined in:
app/models/alchemy/dragonfly/s3/attachment_url.rb

Instance Method Summary collapse

Instance Method Details

#callObject



7
8
9
# File 'app/models/alchemy/dragonfly/s3/attachment_url.rb', line 7

def call(*)
  attachment.file&.remote_url
end