Sha256: d9a1d4ae65b0c06b9930caed8c7bc927a57476598532b92be25eb8959128db57
Contents?: true
Size: 418 Bytes
Versions: 7
Compression:
Stored size: 418 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings class VotingDropdownMetadataCell < Decidim::ParticipatorySpaceDropdownMetadataCell include VotingsHelper include Decidim::ComponentPathHelper include ActiveLinkTo def decidim_votings Decidim::Votings::Engine.routes.url_helpers end private def nav_items_method = :voting_nav_items end end end
Version data entries
7 entries across 7 versions & 1 rubygems