1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00
الملفات
postal/config/initializers/zeitwerk.rb
2024-02-10 17:18:23 +00:00

8 أسطر
286 B
Ruby

# frozen_string_literal: true
Rails.autoloaders.each do |autoloader|
# Ignore the message DB migrations directory as it doesn't follow
# Zeitwerk's conventions and is always loaded and executed in order.
autoloader.ignore(Rails.root.join("lib/postal/message_db/migrations"))
end