Class: Decidim::Budgets::ProjectBudgetAmountCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Budgets::ProjectBudgetAmountCell
- 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
#show ⇒ Object
9 10 11 |
# File 'app/cells/decidim/budgets/project_budget_amount_cell.rb', line 9 def show budget_to_currency(model.budget_amount) end |