Class: Decidim::Surveys::SurveyCardMetadataCell

Inherits:
CardMetadataCell
  • Object
show all
Includes:
ActionView::Helpers::DateHelper, LayoutHelper
Defined in:
app/cells/decidim/surveys/survey_card_metadata_cell.rb

Overview

This cell renders metadata for an instance of a Survey

Instance Method Summary collapse

Constructor Details

#initializeSurveyCardMetadataCell

Returns a new instance of SurveyCardMetadataCell.



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

def initialize(*)
  super

  @items.prepend(*survey_items)
end