Sha256: 1512e1289c20568f5cd5f338ec5059a0665151935b238639b005b4c15e9852be
Contents?: true
Size: 345 Bytes
Versions: 44
Compression:
Stored size: 345 Bytes
Contents
# frozen_string_literal: true module Decidim module Conferences # This class deals with uploading the conference partner logo. class PartnerLogoUploader < ImageUploader set_variants do { thumb: { resize_to_fit: [200, 55] }, medium: { resize_to_fit: [600, 160] } } end end end end
Version data entries
44 entries across 44 versions & 1 rubygems