Class: Decidim::Meetings::MeetingCardMetadataCell

Inherits:
CardMetadataCell
  • Object
show all
Includes:
ActionView::Helpers::DateHelper, LayoutHelper
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.



17
18
19
20
21
# File 'app/cells/decidim/meetings/meeting_card_metadata_cell.rb', line 17

def initialize(*)
  super

  @items.prepend(*meeting_items)
end