Class: Decidim::Conferences::Admin::ConferenceAttachmentCollectionsController
- Inherits:
-
ApplicationController
- Object
- DecidimController
- Admin::ApplicationController
- ApplicationController
- Decidim::Conferences::Admin::ConferenceAttachmentCollectionsController
- Includes:
- Concerns::ConferenceAdmin, Admin::Concerns::HasAttachmentCollections
- Defined in:
- decidim-conferences/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
Methods inherited from Admin::ApplicationController
#permission_class_chain, #permission_scope, #user_has_no_permission_path, #user_not_authorized_path
Methods included from HttpCachingDisabler
Methods included from NeedsSnippets
Methods included from NeedsOrganization
enhance_controller, extended, included
Instance Method Details
#after_destroy_path ⇒ Object
12 13 14 |
# File 'decidim-conferences/app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 12 def after_destroy_path (current_conference) end |
#authorization_object ⇒ Object
20 21 22 |
# File 'decidim-conferences/app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 20 def @attachment_collection || AttachmentCollection end |
#collection_for ⇒ Object
16 17 18 |
# File 'decidim-conferences/app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 16 def collection_for current_conference end |