class Decidim::Meetings::Permissions

def can_create_meetings?

def can_create_meetings?
  component_settings&.creation_enabled_for_participants?
end