Commit 8bcb5b5f authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'add-plans-seeds' into 'master'

Add plans to basic seed setup

See merge request gitlab-org/gitlab!18299
parents be77ac8f 61959246
# frozen_string_literal: true
Gitlab::Seeder.quiet do
Plan::ALL_HOSTED_PLANS.each do |plan|
Plan.create!(name: plan, title: plan.titleize)
print '.'
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment