Class: Decidim::Conferences::Admin::ConferenceAttachmentCollectionsController

Inherits:
ApplicationController
  • Object
show all
Includes:
Admin::Concerns::HasAttachmentCollections, Decidim::Conferences::Admin::Concerns::ConferenceAdmin
Defined in:
app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#after_destroy_pathObject



12
13
14
# File 'app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 12

def after_destroy_path
  conference_attachment_collections_path(current_conference)
end

#authorization_objectObject



20
21
22
# File 'app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 20

def authorization_object
  @attachment_collection || AttachmentCollection
end

#collection_forObject



16
17
18
# File 'app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 16

def collection_for
  current_conference
end