~cytrogen/masto-fe

ref: ce1f35d7e213327549b960bb64f63c67a141ea40 masto-fe/db/seeds.rb -rw-r--r-- 145 bytes
ce1f35d7 — Claire Revert poll colors to green outside of compose form (#26164) 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