Class: Decidim::Votings::Admin::VotingAttachmentCollectionsController

Inherits:
Admin::ApplicationController
  • Object
show all
Includes:
Admin::Concerns::HasAttachmentCollections, VotingAdmin
Defined in:
app/controllers/decidim/votings/admin/voting_attachment_collections_controller.rb

Overview

Controller that allows managing all the attachment collections for a voting.

Instance Method Summary collapse

Instance Method Details

#after_destroy_pathObject



12
13
14
# File 'app/controllers/decidim/votings/admin/voting_attachment_collections_controller.rb', line 12

def after_destroy_path
  voting_attachment_collections_path(current_voting)
end

#collection_forObject



16
17
18
# File 'app/controllers/decidim/votings/admin/voting_attachment_collections_controller.rb', line 16

def collection_for
  current_voting
end