Class: Decidim::Conferences::ConferenceCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/conferences/conference_cell.rb

Overview

This cell renders the conference card for an instance of a Conference the default size is the Grid Card (:g)

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
# File 'app/cells/decidim/conferences/conference_cell.rb', line 8

def show
  cell card_size, model, options
end