Sha256: 2871610ec6e6cc5a76c13b6e1f0c06600e13e3fe294294b5d95101f242a88d55
Contents?: true
Size: 318 Bytes
Versions: 8
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Decidim module Elections module ContentBlocks class RelatedElectionsCell < Decidim::ContentBlocks::HighlightedElementsWithCellForListCell private def list_cell_path = "decidim/elections/highlighted_elections_for_component" end end end end
Version data entries
8 entries across 8 versions & 1 rubygems