]> git.openstreetmap.org Git - rails.git/commitdiff
Improve formatting
authorTom Hughes <tom@compton.nu>
Wed, 18 Apr 2018 17:37:18 +0000 (18:37 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 18 Apr 2018 17:37:18 +0000 (18:37 +0100)
config/initializers/action_mailer.rb

index 021a4c25d269f8fe62c509527ba688b6100ec281..54da2813912d51396cdea479f6d0a219823eab78 100644 (file)
@@ -6,5 +6,8 @@ ActionMailer::Base.smtp_settings = {
   :enable_starttls_auto => false
 }
 
-# Set the host and protocol for all action mailer urls
-ActionMailer::Base.default_url_options = { :host => SERVER_URL, :protocol => SERVER_PROTOCOL }
+# Set the host and protocol for all ActionMailer URLs
+ActionMailer::Base.default_url_options = {
+  :host => SERVER_URL,
+  :protocol => SERVER_PROTOCOL
+}