Class: Decidim::Votings::Admin::VotingAttachmentsController
- Inherits:
-
Admin::ApplicationController
- Object
- DecidimController
- Admin::ApplicationController
- Decidim::Votings::Admin::VotingAttachmentsController
- Includes:
- Admin::Concerns::HasAttachments, VotingAdmin
- Defined in:
- decidim-elections/app/controllers/decidim/votings/admin/voting_attachments_controller.rb
Overview
Controller that allows managing all the attachments for a voting.
Instance Method Summary collapse
Methods inherited from Admin::ApplicationController
#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path
Methods included from HttpCachingDisabler
Methods included from NeedsSnippets
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#after_destroy_path ⇒ Object
11 12 13 |
# File 'decidim-elections/app/controllers/decidim/votings/admin/voting_attachments_controller.rb', line 11 def after_destroy_path (current_voting) end |
#attached_to ⇒ Object
15 16 17 |
# File 'decidim-elections/app/controllers/decidim/votings/admin/voting_attachments_controller.rb', line 15 def attached_to current_voting end |