Sha256: 8ed253064338d8534bcda290a43172f21a980aebe38134fd8bab075e64a7f529

Contents?: true

Size: 385 Bytes

Versions: 17

Compression:

Stored size: 385 Bytes

Contents

json.array! @product_photos do |product_photo|
    json.name product_photo.file_file_name
    json.size product_photo.file_file_size
    json.thumbnailUrl url_for(product_photo.file.url(:thumb))
    json.mediumUrl url_for(product_photo.file.url(:medium))
    json.url url_for(product_photo.file.url)
    json.deleteUrl product_photo_path(product_photo)
    json.deleteType "DELETE"
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
mechanize_store-0.0.19 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.18 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.17 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.16 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.15 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.14 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.13 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.12 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.11 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.10 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.8 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.7 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.6 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.5 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.4 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize_store-0.0.3 app/views/mechanize_store/product_photos/index.json.jbuilder
mechanize-store-0.0.2 app/views/mechanize_store/product_photos/index.json.jbuilder