Sha256: 0ead0f0daa7c58f9e54494a2e4cd4861eb26a26f66a3913514498b6cfa0d07cc
Contents?: true
Size: 442 Bytes
Versions: 18
Compression:
Stored size: 442 Bytes
Contents
# frozen_string_literal: true module Decidim module Initiatives class InitiativeDropdownMetadataCell < Decidim::ParticipatorySpaceDropdownMetadataCell include InitiativesHelper include Decidim::ComponentPathHelper include ActiveLinkTo def decidim_initiatives Decidim::Initiatives::Engine.routes.url_helpers end private def nav_items_method = :initiative_nav_items end end end
Version data entries
18 entries across 18 versions & 1 rubygems