Sha256: 72cbbf962f04b4ceab2f4cd8f6d7fe27af29dcdfcdda0bbf2af732607e6bfd7c
Contents?: true
Size: 523 Bytes
Versions: 8
Compression:
Stored size: 523 Bytes
Contents
= table.id = table.association :record, label_method: ->(r) { r.try_all(*Itsf::Backend.resource_title_methods) } = table.column :filename do |resource| - resource.blob.filename = table.column :blob_content_type do |resource| - resource.blob.content_type = table.column :blob_byte_size do |resource| - resource.blob.byte_size = table.column :blob_checksum do |resource| - resource.blob.checksum = table.column :blob_created_at do |resource| - resource.blob.created_at = table.timestamp :created_at, format: :short
Version data entries
8 entries across 8 versions & 2 rubygems