Sha256: ff760747b65259d8d541baafd5fe69621f0075f878e67e2fdcd6e94066a950ab
Contents?: true
Size: 189 Bytes
Versions: 4
Compression:
Stored size: 189 Bytes
Contents
# frozen_string_literal: true module Alchemy class Attachment < BaseRecord class S3Url def self.call(attachment) attachment.file.remote_url end end end end
Version data entries
4 entries across 4 versions & 1 rubygems