1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-03-04 14:54:08 +00:00

refactor: remove explicit autoload

هذا الالتزام موجود في:
Adam Cooke
2024-01-30 09:13:56 +00:00
الأصل 26aae298a4
التزام 0f9882f132
6 ملفات معدلة مع 13 إضافات و83 حذوفات

عرض الملف

@@ -1,11 +1,4 @@
module Postal
module SMTPServer
extend ActiveSupport::Autoload
eager_autoload do
autoload :Client
autoload :Server
end
end
end