Class: Decidim::HomepageImageUploader
- Inherits:
-
RecordImageUploader
- Object
- ApplicationUploader
- ImageUploader
- RecordImageUploader
- Decidim::HomepageImageUploader
- Defined in:
- app/uploaders/decidim/homepage_image_uploader.rb
Overview
This class deals with uploading hero images to organizations.
Instance Attribute Summary
Attributes inherited from ApplicationUploader
#content_type_allowlist, #content_type_denylist, #model, #mounted_as, #validable_dimensions
Instance Method Summary collapse
Methods inherited from RecordImageUploader
#content_type_allowlist, #extension_allowlist
Methods inherited from ImageUploader
#content_type_allowlist, #dimensions_info, #extension_allowlist, #validable_dimensions
Methods inherited from ApplicationUploader
#attached?, #initialize, #path, #protocol_option, #remote_url=, set_variants, #store_dir, #url, #variant, #variant_path, #variant_url, variants
Constructor Details
This class inherits a constructor from Decidim::ApplicationUploader
Instance Method Details
#max_image_height_or_width ⇒ Object
10 11 12 |
# File 'app/uploaders/decidim/homepage_image_uploader.rb', line 10 def max_image_height_or_width 8000 end |