مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-01-17 21:39:47 +00:00
6 أسطر
255 B
Ruby
6 أسطر
255 B
Ruby
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
|