Class: Decidim::Budgets::BudgetsListCell
- Defined in:
- decidim-budgets/app/cells/decidim/budgets/budgets_list_cell.rb
Overview
This cell renders the budgets list of a Budget component
Instance Method Summary collapse
Methods inherited from BaseCell
Methods included from ComponentPathHelper
#can_be_managed?, #main_component_path, #main_component_url, #manage_component_path
Instance Method Details
#show ⇒ Object
12 13 14 15 16 |
# File 'decidim-budgets/app/cells/decidim/budgets/budgets_list_cell.rb', line 12 def show return unless budgets render end |