Class: Decidim::Assemblies::AssemblyCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/assemblies/assembly_cell.rb

Overview

This cell renders the assembly card for an instance of an Assembly the default size is the Medium Card (:m)

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
# File 'app/cells/decidim/assemblies/assembly_cell.rb', line 8

def show
  cell card_size, model, options
end