Sha256: bb7d750e9616e135102a7884798dbaef335cada5aef8b5d8d104aeec61bd59b6
Contents?: true
Size: 407 Bytes
Versions: 12
Compression:
Stored size: 407 Bytes
Contents
module Spree module V2 module Storefront class ProductPropertySerializer < BaseSerializer set_type :product_property attribute :value attribute :name do |product_property| product_property.property_name end attribute :description do |product_property| product_property.property_presentation end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems