Sha256: d9e28e45fe1f494681abd5fc9138103a6e1210f6d96ec3715f1b597cd251be47
Contents?: true
Size: 290 Bytes
Versions: 33
Compression:
Stored size: 290 Bytes
Contents
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
33 entries across 33 versions & 1 rubygems