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

Inherits:
ApplicationController
  • Object
show all
Includes:
Admin::Concerns::HasAttachmentCollections, Admin::Concerns::HasTabbedMenu, 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 a Conference.

Instance Method Summary collapse

Instance Method Details

#after_destroy_pathObject



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

def after_destroy_path
  conference_attachment_collections_path(current_conference)
end

#authorization_objectObject



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

def authorization_object
  @attachment_collection || AttachmentCollection
end

#collection_forObject



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

def collection_for
  current_conference
end