Class: Decidim::Assemblies::Admin::AssemblyAttachmentsController

Inherits:
ApplicationController
  • Object
show all
Includes:
Decidim::Admin::Concerns::HasAttachments, Concerns::AssemblyAdmin
Defined in:
app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb

Overview

Controller that allows managing all the attachments for a participatory assembly.

Instance Method Summary collapse

Instance Method Details

#after_destroy_pathObject



13
14
15
# File 'app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb', line 13

def after_destroy_path
  assembly_attachments_path(current_assembly)
end

#attached_toObject



17
18
19
# File 'app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb', line 17

def attached_to
  current_assembly
end