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

Version Path
workarea-storefront-3.5.27 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.26 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.45 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.25 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.23 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.44 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.22 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.43 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.21 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.42 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.20 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.41 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.19 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.40 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.18 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.39 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.17 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.38 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.5.16 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb
workarea-storefront-3.4.37 app/view_models/workarea/storefront/product_templates/option_thumbnails_view_model.rb