Sha256: 4eef4fbe55e8f93aa399b14a1f32ac96a647a3948b1cdfae32f233acc14a7c48

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

object @product
attributes *product_attributes
node(:has_variants) { |p| p.has_variants? }

child master: :master do
  extends "/sprangular/spree/variants/base"
end

child variants: :variants do
  extends "/sprangular/spree/variants/base"
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
sprangular-0.1.0 app/views/sprangular/spree/products/base.json.rabl
sprangular-0.0.1 app/views/sprangular/spree/products/base.json.rabl