Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
require 'seed_data/categories'
if !Rails.env.test?
SeedData::Categories.with_default_locale.create
end