class Decidim::Meetings::Admin::AttachmentCollectionsController


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

def after_destroy_path

def after_destroy_path
  meeting_attachment_collections_path(meeting, meeting.component, current_participatory_space)
end

def collection_for

def collection_for
  meeting
end

def meeting

def meeting
  @meeting ||= meetings.find(params[:meeting_id])
end