Sha256: e96ad34fdeee25f367c8182ff990341877093a32bb81f228e4c9615475912c05
Contents?: true
Size: 237 Bytes
Versions: 76
Compression:
Stored size: 237 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_fit: [600, 160] end end end
Version data entries
76 entries across 76 versions & 2 rubygems