Class: Decidim::OrganizationFaviconUploader

Inherits:
ImageUploader show all
Defined in:
app/uploaders/decidim/organization_favicon_uploader.rb

Overview

This class deals with uploading an organization’s favicon.

Constant Summary collapse

SIZES =
{
  big: 152,
  medium: 64,
  small: 32
}.freeze

Method Summary

Methods inherited from ImageUploader

#content_type_whitelist, #extension_white_list, #max_image_height_or_width, #strip, #validate_dimensions, #validate_size

Methods inherited from ApplicationUploader

#store_dir