Class: Decidim::Meetings::MeetingCardMetadataCell

Inherits:
CardMetadataCell
  • Object
show all
Defined in:
app/cells/decidim/meetings/meeting_card_metadata_cell.rb

Overview

This cell renders metadata for an instance of a Meeting

Instance Method Summary collapse

Constructor Details

#initializeMeetingCardMetadataCell

Returns a new instance of MeetingCardMetadataCell.



14
15
16
17
18
# File 'app/cells/decidim/meetings/meeting_card_metadata_cell.rb', line 14

def initialize(*)
  super

  @items.prepend(*meeting_items)
end