mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 18:54:51 +00:00
7 lines
134 B
Ruby
7 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
Chewy.strategy(:mastodon) do
|
|
Rails.root.glob('db/seeds/*.rb').each do |seed|
|
|
load seed
|
|
end
|
|
end
|