Sha256: 226a612698e723d1994255005114fe1fcbfab65fbca58885d21760865e329bb1

Contents?: true

Size: 178 Bytes

Versions: 15

Compression:

Stored size: 178 Bytes

Contents

json.extract! @product, :id, :name, :code, :price, :created_at, :updated_at, :category_id
json.category do
  json.id @product.category.id
  json.name @product.category.name
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
restspec-0.3.2 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.3.1 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.3.0 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.2.6 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.2.5 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.2.4 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.2.3 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.2.2 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.2.1 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.2 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.1 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.0.4 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.0.3 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.0.2 examples/store-api/app/views/products/show.json.jbuilder
restspec-0.0.1 examples/store-api/app/views/products/show.json.jbuilder