Sha256: bd57a1812cf5304918dac17285597c6a4ea5834b3ec561372a770a5036d4c372

Contents?: true

Size: 258 Bytes

Versions: 33

Compression:

Stored size: 258 Bytes

Contents

params.permit!
json.cache! [ params, @product ] do

  json.id         @product.id.to_s
  json.name       @product.name

  json.prices do
    json.array! @product.prices do |price|
      json.id   price.id.to_s
      json.name price.name
    end
  end

end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
ishapi-0.1.8.316 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.315 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.314 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.313 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.312 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.310 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.309 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.308 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.307 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.306 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.305 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.304 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.303 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.302 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.301 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.300 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.298 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.297 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.296 app/views/ishapi/products/show.jbuilder
ishapi-0.1.8.295 app/views/ishapi/products/show.jbuilder