mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 04:33:40 +08:00
6 lines
106 B
Ruby
6 lines
106 B
Ruby
require 'seed_data/categories'
|
|
|
|
if !Rails.env.test?
|
|
SeedData::Categories.with_default_locale.create
|
|
end
|