class Decidim::Meetings::Admin::CloseMeetingForm
def map_model(model)
Private: Gets the proposals from the meeting and injects them to the form.
def map_model(model) self.proposal_ids = model.linked_resources(:proposals, "proposals_from_meeting").pluck(:id) end