Class: Decidim::Budgets::ProjectCell

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#showObject



10
11
12
# File 'app/cells/decidim/budgets/project_cell.rb', line 10

def show
  cell card_size, model, options
end