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