Class: Decidim::Accountability::ResultMetadataCell
- Inherits:
-
CardMetadataCell
- Object
- CardMetadataCell
- Decidim::Accountability::ResultMetadataCell
- Defined in:
- app/cells/decidim/accountability/result_metadata_cell.rb
Overview
This cell renders metadata for an instance of a Result
Instance Method Summary collapse
-
#initialize ⇒ ResultMetadataCell
constructor
A new instance of ResultMetadataCell.
- #show ⇒ Object
Constructor Details
#initialize ⇒ ResultMetadataCell
Returns a new instance of ResultMetadataCell.
17 18 19 20 21 |
# File 'app/cells/decidim/accountability/result_metadata_cell.rb', line 17 def initialize(*) super @items.prepend(*result_items) end |
Instance Method Details
#show ⇒ Object
13 14 15 |
# File 'app/cells/decidim/accountability/result_metadata_cell.rb', line 13 def show render template end |