~cytrogen/masto-fe

ref: f48d345de1093a878fbf8543fe1d6ac1deb95392 masto-fe/db/seeds.rb -rw-r--r-- 145 bytes
f48d345d — Matt Jankowski Use correct naming on controller concern specs (#26197) 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

Chewy.strategy(:mastodon) do
  Dir[Rails.root.join('db', 'seeds', '*.rb')].each do |seed|
    load seed
  end
end