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

Inherits:
ApplicationController
  • Object
show all
Includes:
Admin::Concerns::HasAttachments, Decidim::Conferences::Admin::Concerns::ConferenceAdmin
Defined in:
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

Instance Method Details

#after_destroy_pathObject



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

def after_destroy_path
  conference_attachments_path(current_conference)
end

#attached_toObject



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

def attached_to
  current_conference
end

#authorization_objectObject



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

def authorization_object
  @attachment || Attachment
end