super-graph/examples/rails-app/app/views/products/_product.json.jbuilder

3 lines
127 B
Plaintext
Raw Normal View History

2019-03-24 14:57:29 +01:00
json.extract! product, :id, :name, :description, :price, :created_at, :updated_at
json.url product_url(product, format: :json)