Class: Decidim::ContentBlocks::StatsCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::ContentBlocks::StatsCell
- Defined in:
- decidim-core/app/cells/decidim/content_blocks/stats_cell.rb
Instance Method Summary collapse
Instance Method Details
#stats ⇒ Object
6 7 8 |
# File 'decidim-core/app/cells/decidim/content_blocks/stats_cell.rb', line 6 def stats @stats ||= HomeStatsPresenter.new(organization: current_organization) end |