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