Sha256: 7b874ff7f105ad43397d0a1027cbfcb20f31df80a9e62afd514406428c40356e

Contents?: true

Size: 160 Bytes

Versions: 5

Compression:

Stored size: 160 Bytes

Contents

# frozen_string_literal: true

json.extract!(product, :id, :name, :description, :price, :created_at, :updated_at)
json.url(product_url(product, format: :json))

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tainted_love-0.4.1 tests/rails/app/views/products/_product.json.jbuilder
tainted_love-0.4.0 tests/rails/app/views/products/_product.json.jbuilder
tainted_love-0.1.5 example/app/views/products/_product.json.jbuilder
tainted_love-0.1.4 example/app/views/products/_product.json.jbuilder
tainted_love-0.1.3 example/app/views/products/_product.json.jbuilder