Class: Decidim::Votings::Admin::VotingAttachmentsController
- Inherits:
-
Admin::ApplicationController
- Object
- Admin::ApplicationController
- Decidim::Votings::Admin::VotingAttachmentsController
- Includes:
- Admin::Concerns::HasAttachments, Admin::Concerns::HasTabbedMenu, VotingAdmin
- Defined in:
- app/controllers/decidim/votings/admin/voting_attachments_controller.rb
Overview
Controller that allows managing all the attachments for a voting.
Instance Method Summary collapse
Instance Method Details
#after_destroy_path ⇒ Object
12 13 14 |
# File 'app/controllers/decidim/votings/admin/voting_attachments_controller.rb', line 12 def after_destroy_path (current_voting) end |
#attached_to ⇒ Object
16 17 18 |
# File 'app/controllers/decidim/votings/admin/voting_attachments_controller.rb', line 16 def attached_to current_voting end |