Class: Decidim::Votings::VotingCell

Inherits:
Decidim::ViewModel
  • Object
show all
Defined in:
app/cells/decidim/votings/voting_cell.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
# File 'app/cells/decidim/votings/voting_cell.rb', line 8

def show
  cell card_size, model, options
end