Sha256: 226cbbb083fb44ac89d746fd96ac90f99af925eb94911082cad648dee16e70e5
Contents?: true
Size: 265 Bytes
Versions: 50
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true module Decidim # This class deals with uploading hero images to ParticipatoryProcesses. class OAuthApplicationLogoUploader < RecordImageUploader set_variants do { default: { resize_to_fit: [75, 75] } } end end end
Version data entries
50 entries across 50 versions & 1 rubygems