Class: Decidim::Budgets::BudgetsListCell

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

Instance Method Details

#showObject



12
13
14
15
16
# File 'app/cells/decidim/budgets/budgets_list_cell.rb', line 12

def show
  return unless budgets

  render
end