Sha256: 2d1db779aa1127c5293b9e4431daee82ea2b9a2495de53f8521c39de17d6f830
Contents?: true
Size: 369 Bytes
Versions: 28
Compression:
Stored size: 369 Bytes
Contents
module Workarea module Admin module FeaturedProductsViewModel def featured_products @featured_products ||= Catalog::Product.find_ordered(model.product_ids).map do |product| Admin::ProductViewModel.wrap( product, inventory: Inventory::Collection.new(product.skus) ) end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems