class Decidim::Meetings::Admin::MeetingForm

def decidim_scope_id

Returns the scope identifier related to the meeting

Scope identifier
def decidim_scope_id
  super || scope&.id
end