mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 05:30:44 +08:00
5 lines
131 B
Ruby
5 lines
131 B
Ruby
# frozen_string_literal: true
|
|
|
|
require "seed_data/categories"
|
|
|
|
SeedData::Categories.with_default_locale.create if !Rails.env.test?
|