Class: Decidim::Votings::Admin::VotingAttachmentCollectionsController
- Inherits:
-
Admin::ApplicationController
- Object
- Admin::ApplicationController
- Decidim::Votings::Admin::VotingAttachmentCollectionsController
- 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_path ⇒ Object
13 14 15 |
# File 'app/controllers/decidim/votings/admin/voting_attachment_collections_controller.rb', line 13 def after_destroy_path (current_voting) end |
#collection_for ⇒ Object
17 18 19 |
# File 'app/controllers/decidim/votings/admin/voting_attachment_collections_controller.rb', line 17 def collection_for current_voting end |