Sha256: 1f550aa7d5df136215f3add61a884141cbd88eea6d975b6a691aaf4e8f52419e
Contents?: true
Size: 378 Bytes
Versions: 62
Compression:
Stored size: 378 Bytes
Contents
module Workarea module Storefront class ProductTemplates::OptionThumbnailsViewModel < ProductViewModel include OptionSetViewModel def images_by_option @images_by_option ||= model .images .group_by { |i| i.option.to_s.optionize } .with_indifferent_access .transform_keys(&:optionize) end end end end
Version data entries
62 entries across 62 versions & 1 rubygems