Class: Decidim::Votings::Admin::VotingAttachmentsController

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



11
12
13
# File 'app/controllers/decidim/votings/admin/voting_attachments_controller.rb', line 11

def after_destroy_path
  voting_attachments_path(current_voting)
end

#attached_toObject



15
16
17
# File 'app/controllers/decidim/votings/admin/voting_attachments_controller.rb', line 15

def attached_to
  current_voting
end