Sha256: 542ee35f31bc75ed95ab1f0d78168a6985920bc43d4de03fbdcb6cfa87f00860
Contents?: true
Size: 232 Bytes
Versions: 4
Compression:
Stored size: 232 Bytes
Contents
module ActiveStorageSupport class Base64One < ActiveStorage::Attached::One def attach(attachable) attachment = ActiveStorageSupport::Base64Attach.attachment_from_data(attachable) super attachment end end end
Version data entries
4 entries across 4 versions & 1 rubygems