We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5458669 commit 1b15a13Copy full SHA for 1b15a13
config/application.rb
@@ -22,6 +22,7 @@ module Amber
22
class Application < Rails::Application
23
# Initialize configuration defaults for originally generated Rails version.
24
config.load_defaults 5.0
25
+ Rails.application.config.action_mailer.delivery_job = "ActionMailer::MailDeliveryJob" # TODO remove when defaults are set to 6.0
26
27
# Settings in config/environments/* take precedence over those specified here.
28
# Application configuration can go into files in config/initializers
0 commit comments