Class: Decidim::Assemblies::Admin::AssemblyAttachmentsController
- Inherits:
-
Decidim::Admin::ApplicationController
- Object
- Decidim::Admin::ApplicationController
- Decidim::Assemblies::Admin::AssemblyAttachmentsController
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
#current_assembly, #organization_assemblies
Instance Method Details
#after_destroy_path ⇒ Object
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_to ⇒ Object
17
18
19
|
# File 'app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb', line 17
def attached_to
current_assembly
end
|
#authorization_object ⇒ Object
21
22
23
|
# File 'app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb', line 21
def authorization_object
@attachment || Attachment
end
|