Sha256: 49e908a1453aea9e5b7432890b05d7ac1a7129222d96b78a3bc7f0a9dadf1244
Contents?: true
Size: 207 Bytes
Versions: 10
Compression:
Stored size: 207 Bytes
Contents
# frozen_string_literal: true module Alchemy module AttachmentMonkeyPatch def url if file Alchemy::Attachment::S3Url.call(self) end end Attachment.prepend(self) end end
Version data entries
10 entries across 10 versions & 1 rubygems