Class: Decidim::Meetings::MeetingCell

Inherits:
ViewModel
  • Object
show all
Includes:
Cell::ViewModel::Partial, MeetingCellsHelper
Defined in:
app/cells/decidim/meetings/meeting_cell.rb

Overview

This cell renders the meeting card for an instance of a Meeting the default size is the Medium Card (:m) also available the List Item Card (:list_item)

Direct Known Subclasses

MeetingListItemCell

Instance Method Summary collapse

Methods included from MeetingCellsHelper

#description

Methods included from MeetingsHelper

#calculate_start_and_end_time_of_agenda_items, #display_duration_agenda_items, #meeting_description, #meeting_type_badge_css_class

Instance Method Details

#showObject



12
13
14
# File 'app/cells/decidim/meetings/meeting_cell.rb', line 12

def show
  cell card_size, model, options
end