foodsoft/config/initializers/mail_receiver.rb

3 lines
93 B
Ruby
Raw Normal View History

2022-10-31 20:42:33 +01:00
Rails.application.config.to_prepare do
FoodsoftMailReceiver.register BounceMailReceiver
end