Class: Decidim::Conferences::Admin::ConferenceAttachmentsController

Inherits:
ApplicationController show all
Includes:
Admin::Concerns::HasAttachments, Admin::Concerns::HasTabbedMenu, Decidim::Conferences::Admin::Concerns::ConferenceAdmin
Defined in:
decidim-conferences/app/controllers/decidim/conferences/admin/conference_attachments_controller.rb

Overview

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

Instance Method Summary collapse

Methods inherited from Admin::ApplicationController

#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path

Methods included from Headers::HttpCachingDisabler

#disable_http_caching

Methods included from NeedsSnippets

#snippets

Methods included from RegistersPermissions

register_permissions

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#after_destroy_pathObject



14
15
16
# File 'decidim-conferences/app/controllers/decidim/conferences/admin/conference_attachments_controller.rb', line 14

def after_destroy_path
  conference_attachments_path(current_conference)
end

#attached_toObject



18
19
20
# File 'decidim-conferences/app/controllers/decidim/conferences/admin/conference_attachments_controller.rb', line 18

def attached_to
  current_conference
end

#authorization_objectObject



22
23
24
# File 'decidim-conferences/app/controllers/decidim/conferences/admin/conference_attachments_controller.rb', line 22

def authorization_object
  @attachment || Attachment
end