Class: C::Document
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- C::Document
- 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