The example rake db:seed:development:users seems to actually only run db/seeds/development/users.seeds.rb. Is there any way to force some common/shared code to load beforehand without having to do after or require in every single individual seed file?