Class: Decidim::Accountability::ContentBlocks::HighlightedResultsCell

Inherits:
ContentBlocks::HighlightedElementsCell show all
Includes:
ActiveSupport::NumberHelper, Cell::ViewModel::Partial, ApplicationHelper, IconHelper
Defined in:
decidim-accountability/app/cells/decidim/accountability/content_blocks/highlighted_results_cell.rb

Constant Summary

Constants included from IconHelper

IconHelper::DEFAULT_RESOURCE_TYPE_ICONS

Instance Method Summary collapse

Methods included from IconHelper

#component_icon, #manifest_icon, #resource_icon, #resource_type_icon, #resource_type_icon_key

Methods inherited from ContentBlocks::HighlightedElementsCell

#block_id, #elements, #published_components, #show

Methods included from CardHelper

#card_for

Instance Method Details

#base_relationObject



12
13
14
# File 'decidim-accountability/app/cells/decidim/accountability/content_blocks/highlighted_results_cell.rb', line 12

def base_relation
  @base_relation ||= Decidim::Accountability::Result.where(component: published_components)
end