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

Inherits:
Admin::ApplicationController
  • Object
show all
Includes:
Admin::Concerns::HasAttachmentCollections, Admin::Concerns::HasTabbedMenu, 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



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

def after_destroy_path
  voting_attachment_collections_path(current_voting)
end

#collection_forObject



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

def collection_for
  current_voting
end