Sha256: d798843b0ddd1f9bccc1d65bfd48a1f38c86758ae5e1fcf5b4d191cdc1535e9e
Contents?: true
Size: 536 Bytes
Versions: 22
Compression:
Stored size: 536 Bytes
Contents
= table.batch_actions( actions: { destroy: destroy_many_file_details_path }) = table.id = table.column :filename do |resource| - resource.asset.blob.filename = table.column :blob_content_type do |resource| - resource.asset.blob.content_type = table.column :blob_byte_size do |resource| - resource.asset.blob.byte_size = table.column :blob_checksum do |resource| - resource.asset.blob.checksum = table.column :blob_created_at do |resource| - I18n.l(resource.asset.blob.created_at, format: :short) = table.timestamp :created_at
Version data entries
22 entries across 22 versions & 1 rubygems