Class: Decidim::Votings::ContentBlocks::LandingPage::AttachmentsAndFoldersCell

Inherits:
Decidim::ViewModel
  • Object
show all
Includes:
ActiveSupport::NumberHelper, Cell::ViewModel::Partial, AttachmentsHelper, IconHelper
Defined in:
decidim-elections/app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb

Constant Summary

Constants included from IconHelper

IconHelper::DEFAULT_RESOURCE_TYPE_ICONS

Instance Method Summary collapse

Methods included from IconHelper

#component_icon, #manifest_icon, #resource_icon, #resource_type_icon, #resource_type_icon_key

Instance Method Details

#showObject



15
16
17
# File 'decidim-elections/app/cells/decidim/votings/content_blocks/landing_page/attachments_and_folders_cell.rb', line 15

def show
  attachments_for(current_participatory_space)
end