Commit 61959246 authored by Jeremy Jackson's avatar Jeremy Jackson Committed by Jan Provaznik

Add plans to basic seed setup

parent be77ac8f
# 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