Class: Decidim::Assemblies::Admin::AssemblyAttachmentCollectionsController

Inherits:
ApplicationController show all
Includes:
Concerns::AssemblyAdmin, Decidim::Admin::Concerns::HasAttachmentCollections
Defined in:
decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_attachment_collections_controller.rb

Overview

Controller that allows managing all the attachment collections for an assembly.

Instance Method Summary collapse

Methods inherited from Decidim::Admin::ApplicationController

#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path

Methods included from HttpCachingDisabler

#disable_http_caching

Methods included from NeedsSnippets

#snippets

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#after_destroy_pathObject



12
13
14
# File 'decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_attachment_collections_controller.rb', line 12

def after_destroy_path
  assembly_attachment_collections_path(current_assembly)
end

#collection_forObject



16
17
18
# File 'decidim-assemblies/app/controllers/decidim/assemblies/admin/assembly_attachment_collections_controller.rb', line 16

def collection_for
  current_assembly
end