Sha256: 0fca880ae1ae950bf2df8a648b000155eb8ecedc48187946c4cda3a564e31bb6
Contents?: true
Size: 309 Bytes
Versions: 3
Compression:
Stored size: 309 Bytes
Contents
module Workarea decorate Storefront::SearchViewModel, with: :product_grid_content do decorated do include Storefront::ProductGridContent end def product_grid_content_blocks return [] unless customization.persisted? customization.content_blocks_for(:in_grid) end end end
Version data entries
3 entries across 3 versions & 1 rubygems