Sha256: 81a1cddd9024c4620396aec667ff83091abd8f7669d7c9698fbc78373de9a62b
Contents?: true
Size: 461 Bytes
Versions: 3
Compression:
Stored size: 461 Bytes
Contents
object @product attributes *product_attributes child :variants_including_master => :variants do attributes *variant_attributes child :option_values => :option_values do attributes *option_value_attributes end end child :images => :images do attributes *image_attributes end child :option_types => :option_types do attributes *option_type_attributes child :option_values => :option_values do attributes *option_value_attributes end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_api-1.1.0 | app/views/spree/api/v1/products/show.rabl |
spree_api-1.1.0.rc2 | app/views/spree/api/v1/products/show.rabl |
spree_api-1.1.0.rc1 | app/views/spree/api/v1/products/show.rabl |