Sha256: ade3ffc9823737ac2483616698c82c86cefc64dc68935c5ae097c1bb2c918437

Contents?: true

Size: 182 Bytes

Versions: 62

Compression:

Stored size: 182 Bytes

Contents

module Workarea
  class Content
    module Fields
      class Products < Field
        def typecast(value)
          Array(value).map(&:to_s)
        end
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-core-3.4.13 app/models/workarea/content/fields/products.rb
workarea-core-3.4.12 app/models/workarea/content/fields/products.rb