Sha256: aef50db7edd6c8f39c52e2883b8b4e63f2d063f4834ce505008be1059e844c61
Contents?: true
Size: 321 Bytes
Versions: 83
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # A simple sub-class of FeaturedImage to store the # square thumbnail used on the exhibits landing page class ExhibitThumbnail < Spotlight::FeaturedImage private def image_size Spotlight::Engine.config.featured_image_square_size end end end
Version data entries
83 entries across 83 versions & 1 rubygems