Sha256: 921cb76112702a25089708ebba7825490242ecc3a1816767e44a01c98f319789

Contents?: true

Size: 290 Bytes

Versions: 1

Compression:

Stored size: 290 Bytes

Contents

json.type 'asset_types'
json.id asset_type.id

json.data do
  json.extract! asset_type, :code, :created_at, :updated_at, :scope, :code
end

json.relationships do
  json.product_attribute_set do
    json.type 'product_attribute_sets'
    json.id asset_type.product_attribute_set_id
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemgento-2.8.0 app/views/gemgento/shared/_asset_type.json.jbuilder