Class: Decidim::Consultations::Admin::QuestionAttachmentsController

Inherits:
ApplicationController
  • Object
show all
Includes:
Admin::Concerns::HasAttachments, QuestionAdmin
Defined in:
app/controllers/decidim/consultations/admin/question_attachments_controller.rb

Overview

Controller that allows managing all the attachments for a question

Instance Method Summary collapse

Instance Method Details

#after_destroy_pathObject



11
12
13
# File 'app/controllers/decidim/consultations/admin/question_attachments_controller.rb', line 11

def after_destroy_path
  decidim_admin_consultations.question_attachments_path(current_question)
end

#attached_toObject



15
16
17
# File 'app/controllers/decidim/consultations/admin/question_attachments_controller.rb', line 15

def attached_to
  current_question
end