Class: C::Location

Inherits:
ApplicationRecord show all
Includes:
Imageable, Orderable, Previewable, SitePage
Defined in:
app/models/c/location.rb

Constant Summary collapse

INDEX_TABLE =
{
  "Name": { link: { name: { call: 'name' }, options: '[:edit, object]' }, sort: 'name' },
  "Published": { call: 'published', sort: 'published' },
  "Created": { call: 'created_at', sort: 'published' },
  "Edit": { link: { name: { text: 'edit' }, options: '[:edit, object]' } }
}.freeze