From: Andy Allan Date: Wed, 18 Apr 2018 02:29:59 +0000 (+0800) Subject: Move the default_url_options config to the action_mailer initializer X-Git-Tag: live~3156^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/17c706291c6f250e46300637f5b61c3b46bb0924?hp=17c706291c6f250e46300637f5b61c3b46bb0924 Move the default_url_options config to the action_mailer initializer We can't use Rails.application.config here because the initializers run after ActionMailer::Base has been set up. ---