Class: Decidim::Accountability::ResultMetadataCell

Inherits:
CardMetadataCell
  • Object
show all
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

Constructor Details

#initializeResultMetadataCell

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

#showObject



13
14
15
# File 'app/cells/decidim/accountability/result_metadata_cell.rb', line 13

def show
  render template
end