Class: Decidim::Assemblies::Admin::AssemblyAttachmentsController
- Inherits:
-
ApplicationController
- Object
- Decidim::Admin::ApplicationController
- ApplicationController
- Decidim::Assemblies::Admin::AssemblyAttachmentsController
- Includes:
- Decidim::Admin::Concerns::HasAttachments, Decidim::Admin::Concerns::HasTabbedMenu, 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_path ⇒ Object
14 15 16 |
# File 'app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb', line 14 def after_destroy_path (current_assembly) end |
#attached_to ⇒ Object
18 19 20 |
# File 'app/controllers/decidim/assemblies/admin/assembly_attachments_controller.rb', line 18 def attached_to current_assembly end |