Class Meta
In: app/models/meta.rb
Parent: ActiveRecord::Base

Meta is a Document piece that stores all kinds of meta information such as:

  • keywords, descriptions
  • author information
  • various dates
  • anything else

Attributes

about_author  [rw]  Additional information about author
author  [rw]  Document author name
author_email  [rw]  Author e-mail address
creation_date  [rw]  Document creation date
description  [rw]  Tiny description of document contents
keywords  [rw]  Keywords, could be used to optimize result for external search engines, and to search documents
revisited_date  [rw]  Date when document was revisited

[Validate]