Sha256: e6a3d59b7b2368781ad0082344a907b3bf736d9bbee609551bb7640b28bb1d75
Contents?: true
Size: 563 Bytes
Versions: 65
Compression:
Stored size: 563 Bytes
Contents
# frozen_string_literal: true module Decidim module Consultations module Admin # Controller that allows managing all the attachments for a question class QuestionAttachmentsController < Decidim::Consultations::Admin::ApplicationController include QuestionAdmin include Decidim::Admin::Concerns::HasAttachments def after_destroy_path decidim_admin_consultations.question_attachments_path(current_question) end def attached_to current_question end end end end end
Version data entries
65 entries across 65 versions & 1 rubygems