Sha256: d94cf6173161e647cf98e9c52d33d179678dfab31fe8f40cd5cb9e76792446ed
Contents?: true
Size: 503 Bytes
Versions: 2
Compression:
Stored size: 503 Bytes
Contents
object @product cache [current_currency, root_object] attributes *product_attributes node(:display_price) { |p| p.display_price.to_s } node(:has_variants) { |p| p.has_variants? } child :master => :master do extends "spree/api/variants/small" end child :variants => :variants do extends "spree/api/variants/small" end child :option_types => :option_types do attributes *option_type_attributes end child :product_properties => :product_properties do attributes *product_property_attributes end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spree_api-2.2.2 | app/views/spree/api/products/show.v1.rabl |
spree_api-2.2.1 | app/views/spree/api/products/show.v1.rabl |