foodsoft/config/initializers/mail_receiver.rb

4 lines
94 B
Ruby
Raw Normal View History

2023-01-06 16:12:41 +01:00
Rails.application.config.to_prepare do
FoodsoftMailReceiver.register BounceMailReceiver
end