Sha256: a75642861805fee1e4caa51c9bfa555d5bb8903cdb9b2f2db9959f414db82fe0
Contents?: true
Size: 238 Bytes
Versions: 6
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true module Decidim # This class deals with uploading the organization's logo. class OrganizationLogoUploader < ImageUploader version :medium do process resize_to_limit: [600, 160] end end end
Version data entries
6 entries across 6 versions & 1 rubygems