Sha256: 13a88efeb45c92998f479888572169d0bcc8b47f76a17d206a1343c86f527947
Contents?: true
Size: 556 Bytes
Versions: 37
Compression:
Stored size: 556 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module Admin # Controller that allows managing all the attachment collections for # a voting. class VotingAttachmentCollectionsController < Decidim::Admin::ApplicationController include Decidim::Admin::Concerns::HasAttachmentCollections include VotingAdmin def after_destroy_path voting_attachment_collections_path(current_voting) end def collection_for current_voting end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems