Class: C::Project
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- C::Project
- Includes:
- Authorable, Imageable, Orderable, Previewable, SitePage
- Defined in:
- app/models/c/project.rb
Constant Summary collapse
- INDEX_TABLE =
{ 'Name': { link: { name: { call: 'name' }, options: '[:edit, object]' }, sort: 'name' }, 'Author': { call: 'author', sort: 'author' }, 'Published': { call: 'published', sort: 'published' }, 'Created': { call: 'created_at', sort: 'published' }, 'Edit': { link: { name: { text: 'edit' }, options: '[:edit, object]' } } }.freeze