Sha256: 4598d397793006f77896f56d7e7409acb913213ade8b98412b565d77298de060
Contents?: true
Size: 712 Bytes
Versions: 17
Compression:
Stored size: 712 Bytes
Contents
object @product cache [I18n.locale, @current_user_roles.include?('admin'), current_pricing_options, 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 child :classifications => :classifications do attributes :taxon_id, :position child(:taxon) do extends "spree/api/taxons/show" end end
Version data entries
17 entries across 17 versions & 1 rubygems