Sha256: 58a96ec812c1b12582fe3a7e0e5b72caf49dc85436f2c3694345be794771ac02
Contents?: true
Size: 167 Bytes
Versions: 2
Compression:
Stored size: 167 Bytes
Contents
module Workarea decorate Catalog::Product, with: :gift_wrapping do decorated do field :allow_gift_wrapping, type: Boolean, default: true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
workarea-gift_wrapping-1.3.0 | app/models/workarea/catalog/product.decorator |
workarea-gift_wrapping-1.2.1 | app/models/workarea/catalog/product.decorator |