Class: Decidim::Accountability::ResultCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/accountability/result_cell.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#showObject



10
11
12
# File 'app/cells/decidim/accountability/result_cell.rb', line 10

def show
  cell card_size, model, options
end