Sha256: 83c313d4f72583514fb8619e060c80a1ba78a444a3e464efeea6a40c6f719d2b
Contents?: true
Size: 264 Bytes
Versions: 8
Compression:
Stored size: 264 Bytes
Contents
module Spree class ProductSerializer < Spree::BaseSerializer attributes :name, :description, :slug, :meta_description, :meta_keywords has_one :master has_many :variants has_many :taxons has_many :option_types has_many :images end end
Version data entries
8 entries across 8 versions & 3 rubygems