Class: Decidim::Conferences::Admin::ConferenceAttachmentCollectionsController
- Inherits:
-
ApplicationController
- Object
- Admin::ApplicationController
- ApplicationController
- Decidim::Conferences::Admin::ConferenceAttachmentCollectionsController
- 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_path ⇒ Object
13 14 15 |
# File 'app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 13 def after_destroy_path (current_conference) end |
#authorization_object ⇒ Object
21 22 23 |
# File 'app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 21 def @attachment_collection || AttachmentCollection end |
#collection_for ⇒ Object
17 18 19 |
# File 'app/controllers/decidim/conferences/admin/conference_attachment_collections_controller.rb', line 17 def collection_for current_conference end |