Sha256: 93c5aed39d3520e3c9afaa5d970fa6538622b0842c36e9194560bd65ab09388d
Contents?: true
Size: 220 Bytes
Versions: 6
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true module Decidim # This class deals with uploading hero images to ParticipatoryProcesses. class OAuthApplicationLogoUploader < ImageUploader process resize_to_fit: [75, 75] end end
Version data entries
6 entries across 6 versions & 1 rubygems