Class: Decidim::Feeds::FeedMetadataGCell

Inherits:
CardMetadataCell
  • Object
show all
Includes:
Cell::ViewModel::Partial
Defined in:
app/cells/decidim/feeds/feed_metadata_g_cell.rb

Overview

This cell renders the feed metadata for g card

Instance Method Summary collapse

Constructor Details

#initializeFeedMetadataGCell

Returns a new instance of FeedMetadataGCell.



12
13
14
15
16
# File 'app/cells/decidim/feeds/feed_metadata_g_cell.rb', line 12

def initialize(*)
  super

  @items.prepend(*feed_items)
end