Sha256: 8940e2a681eb241ad8dc7db9155f0e2e752665226b55a74c4422960469e6a961
Contents?: true
Size: 622 Bytes
Versions: 12
Compression:
Stored size: 622 Bytes
Contents
json.query_string @search.query_string json.message @search.message json.redirect @search.redirect json.sorts @search.sorts json.sort @search.sort json.content_blocks @search.content.blocks.select(&:active?) do |block| json.partial! 'workarea/api/storefront/content_blocks/block', block: block end json.partial! 'workarea/api/storefront/shared/pagination', model: @search json.facets @search.facets do |facet| json.partial! "workarea/api/storefront/facets/#{facet.type}", facet: facet end json.products @search.products do |product| json.partial! 'workarea/api/storefront/products/product', product: product end
Version data entries
12 entries across 12 versions & 2 rubygems