Sha256: 167f6b79d0e856b9972551330d93f0cf0401ec695fd7d4f0e860706d1f4f3808
Contents?: true
Size: 399 Bytes
Versions: 10
Compression:
Stored size: 399 Bytes
Contents
json.(image_file, :id, :state, :rights, :usage_id, :width, :height) json.file_name(image_file.attachment.original_filename) json.url(image_file.attachment.url(:large)) json.dimensions(file_dimensions(image_file)) if image_file.processed_attachment.present? json.thumbnail_url(image_file.attachment.url(:thumbnail)) json.link_thumbnail_url(image_file.attachment.url(:link_thumbnail_large)) end
Version data entries
10 entries across 10 versions & 1 rubygems