Class: Decidim::Budgets::BudgetsListCell

Inherits:
BaseCell
  • Object
show all
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

#budgets_link_list

Methods included from ComponentPathHelper

#can_be_managed?, #main_component_path, #main_component_url, #manage_component_path

Instance Method Details

#showObject



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