Class: Decidim::Assemblies::AssemblyMCell

Inherits:
CardMCell
  • Object
show all
Includes:
ViewHooksHelper
Defined in:
decidim-assemblies/app/cells/decidim/assemblies/assembly_m_cell.rb

Overview

This cell renders the Medium (:m) assembyl card for an given instance of an Assembly

Instance Method Summary collapse

Methods included from ViewHooksHelper

#render_hook

Methods inherited from CardMCell

#show

Methods included from CardHelper

#card_for

Instance Method Details

#current_participatory_spaceObject

Needed for the view hooks



11
12
13
# File 'decidim-assemblies/app/cells/decidim/assemblies/assembly_m_cell.rb', line 11

def current_participatory_space
  model
end