Class: Decidim::Lausanne::Budgets::BudgetCell

Inherits:
ViewModel
  • Object
show all
Includes:
Cell::ViewModel::Partial
Defined in:
app/cells/decidim/lausanne/budgets/budget_cell.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#showObject



11
12
13
# File 'app/cells/decidim/lausanne/budgets/budget_cell.rb', line 11

def show
  cell card_size, model, options
end