مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2025-11-30 21:32:30 +00:00
fix: ignore message DB migrations in autoloader
هذا الالتزام موجود في:
5
config/initializers/zeitwerk.rb
Normal file
5
config/initializers/zeitwerk.rb
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
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
|
||||||
المرجع في مشكلة جديدة
حظر مستخدم