Sha256: e38d7de72128d03b4cfb8d931813789c67956f739d6a9927cc19af1efa3d1765
Contents?: true
Size: 431 Bytes
Versions: 37
Compression:
Stored size: 431 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings class ContentBlockCell < Decidim::Admin::ContentBlockCell delegate :scoped_resource, to: :controller def edit_content_block_path decidim_votings.edit_voting_landing_page_content_block_path(scoped_resource, manifest_name) end def decidim_votings Decidim::Votings::AdminEngine.routes.url_helpers end end end end
Version data entries
37 entries across 37 versions & 1 rubygems