Sha256: 0cefa04801ecd2ae0a17eafc5fb41997db17d8936a0c87b3a8f5a9c07c2e8055
Contents?: true
Size: 543 Bytes
Versions: 31
Compression:
Stored size: 543 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module ContentBlocks module LandingPage class AttachmentsAndFoldersCell < Decidim::ViewModel include Cell::ViewModel::Partial include Decidim::IconHelper include ActiveSupport::NumberHelper include Decidim::AttachmentsHelper delegate :current_participatory_space, to: :controller def show attachments_for(current_participatory_space) end end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems