Class: Decidim::Meetings::Admin::AttachmentCollectionsController
- Inherits:
-
ApplicationController
- Object
- Admin::Features::BaseController
- ApplicationController
- Decidim::Meetings::Admin::AttachmentCollectionsController
- Includes:
- Admin::Concerns::HasAttachmentCollections
- Defined in:
- app/controllers/decidim/meetings/admin/attachment_collections_controller.rb
Overview
Controller that allows managing all the attachment collections for an assembly.
Instance Method Summary collapse
- #after_destroy_path ⇒ Object
- #authorization_object ⇒ Object
- #collection_for ⇒ Object
- #meeting ⇒ Object
Methods inherited from ApplicationController
Instance Method Details
#after_destroy_path ⇒ Object
11 12 13 |
# File 'app/controllers/decidim/meetings/admin/attachment_collections_controller.rb', line 11 def after_destroy_path (meeting, meeting.feature, current_participatory_space) end |
#authorization_object ⇒ Object
23 24 25 |
# File 'app/controllers/decidim/meetings/admin/attachment_collections_controller.rb', line 23 def meeting.feature end |
#collection_for ⇒ Object
15 16 17 |
# File 'app/controllers/decidim/meetings/admin/attachment_collections_controller.rb', line 15 def collection_for meeting end |
#meeting ⇒ Object
19 20 21 |
# File 'app/controllers/decidim/meetings/admin/attachment_collections_controller.rb', line 19 def meeting @meeting ||= meetings.find(params[:meeting_id]) end |