Class: Decidim::Conferences::ConferenceMCell

Inherits:
Decidim::CardMCell show all
Includes:
ViewHooksHelper
Defined in:
decidim-conferences/app/cells/decidim/conferences/conference_m_cell.rb

Overview

This cell renders the Medium (:m) conference card for an given instance of an Conference

Instance Method Summary collapse

Methods included from ViewHooksHelper

#render_hook

Methods included from Decidim::CardHelper

#card_for

Instance Method Details

#current_participatory_spaceObject

Needed for the view hooks



11
12
13
# File 'decidim-conferences/app/cells/decidim/conferences/conference_m_cell.rb', line 11

def current_participatory_space
  model
end

#showObject



15
16
17
# File 'decidim-conferences/app/cells/decidim/conferences/conference_m_cell.rb', line 15

def show
  render
end