Sha256: ffa6bf3147e4be9e8afc73e8b0cd77a9f4accb956c839e3fa4d57139f0a55b33
Contents?: true
Size: 544 Bytes
Versions: 65
Compression:
Stored size: 544 Bytes
Contents
# frozen_string_literal: true module Decidim module Initiatives module Admin # Controller that allows managing all the attachments for an initiative class InitiativeAttachmentsController < Decidim::Initiatives::Admin::ApplicationController include InitiativeAdmin include Decidim::Admin::Concerns::HasAttachments def after_destroy_path initiative_attachments_path(current_initiative) end def attached_to current_initiative end end end end end
Version data entries
65 entries across 65 versions & 1 rubygems