Sha256: 8231f65856690fdb89b80298e369e7d340f22da49b382517cd1ea773ce4d726b

Contents?: true

Size: 185 Bytes

Versions: 2

Compression:

Stored size: 185 Bytes

Contents

module Workarea
  decorate Search::Settings, with: 'swatches' do
    decorated do
      field :swatch_facets, type: Array, default: []
      list_field :swatch_facets
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-swatches-1.0.6 app/models/workarea/search/settings.decorator
workarea-swatches-1.0.5 app/models/workarea/search/settings.decorator