Class: Decidim::Budgets::ProjectBudgetAmountCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/budgets/project_budget_amount_cell.rb

Overview

This cell renders the project budget amount

Instance Method Summary collapse

Instance Method Details

#showObject



9
10
11
# File 'app/cells/decidim/budgets/project_budget_amount_cell.rb', line 9

def show
  budget_to_currency(model.budget_amount)
end