Welcome to mirror list, hosted at ThFree Co, Russian Federation.

044_add_security_training_providers.rb « development « fixtures « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6fbd9f66127fe47fe76ec20f69d53c5adb4d3c1a (plain)
1
2
3
4
5
# frozen_string_literal: true

Gitlab::Seeder.quiet do
  ::Gitlab::DatabaseImporters::Security::TrainingProviders::Importer.upsert_providers
end