Sha256: 60078ef1840c2c355b79123b10f7ed95778013ac64baf9fbcd4e7f8b1149a84f
Contents?: true
Size: 247 Bytes
Versions: 4
Compression:
Stored size: 247 Bytes
Contents
# frozen_string_literal: true class SocialThumbnailUploader < CarrierWave::Uploader::Base def store_dir "social_thumbnails/#{mounted_as}/#{model.id}" end # def fog_attributes # { 'Content-Disposition' => 'attachment' } # end end
Version data entries
4 entries across 4 versions & 1 rubygems