Class: Decidim::Blogs::PostMetadataCell
- Inherits:
-
CardMetadataCell
- Object
- CardMetadataCell
- Decidim::Blogs::PostMetadataCell
- Defined in:
- app/cells/decidim/blogs/post_metadata_cell.rb
Overview
This cell renders metadata for an instance of a Proposal
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ PostMetadataCell
constructor
A new instance of PostMetadataCell.
Constructor Details
#initialize ⇒ PostMetadataCell
Returns a new instance of PostMetadataCell.
7 8 9 10 11 |
# File 'app/cells/decidim/blogs/post_metadata_cell.rb', line 7 def initialize(*) super @items.prepend(*post_items) end |