Class: Decidim::Meetings::MeetingCell

Inherits:
ViewModel
  • Object
show all
Includes:
Cell::ViewModel::Partial, SanitizeHelper, 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)

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  cell card_size, model, options
end