Class: Decidim::Conferences::ConferenceMCell
- Inherits:
-
Decidim::CardMCell
- Object
- ViewModel
- Decidim::CardMCell
- Decidim::Conferences::ConferenceMCell
- 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
-
#current_participatory_space ⇒ Object
Needed for the view hooks.
- #show ⇒ Object
Methods included from ViewHooksHelper
Methods included from Decidim::CardHelper
Instance Method Details
#current_participatory_space ⇒ Object
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 |
#show ⇒ Object
15 16 17 |
# File 'decidim-conferences/app/cells/decidim/conferences/conference_m_cell.rb', line 15 def show render end |