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