Module: Transit::Definition::Post
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/transit/definitions/post.rb
Overview
Defines the base functionality for a Post type deliverable. A 'post' in its basic form can be described as any individual member of a 'feed' of many of the same or similar item.
Posts contain a `published` state which can be used to determine their availability for display on front-facing pages. They also include a post_date which can be used to pre-generate content to be displayed at a later point in time.