Class: Decidim::Proposals::ContentBlocks::HighlightedProposalsCell

Inherits:
ContentBlocks::HighlightedElementsCell
  • Object
show all
Defined in:
app/cells/decidim/proposals/content_blocks/highlighted_proposals_cell.rb

Instance Method Summary collapse

Instance Method Details

#base_relationObject



7
8
9
# File 'app/cells/decidim/proposals/content_blocks/highlighted_proposals_cell.rb', line 7

def base_relation
  @base_relation ||= Decidim::Proposals::Proposal.published.not_hidden.except_withdrawn.where(component: published_components)
end