Class: C::Document

Inherits:
ApplicationRecord show all
Defined in:
app/models/c/document.rb

Constant Summary collapse

INDEX_TABLE =
{
  "Name": { call: 'name' },
  "File": { call: 'document.url' },
  "Created": { call: 'created_at' },
  "Delete": { link: { name: { text: 'Delete' }, options: '[object]', method: :delete, data: { confirm: 'Are you sure?' } } }
}.freeze