From b2da133bbf640f2c917ccfca07d9cc051c884c7f Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:49:35 -0500 Subject: [PATCH] fix https in staging? --- config/environments/staging.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index dad558f..c2f6a7d 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -60,6 +60,7 @@ Rails.application.configure do config.action_mailer.default_url_options = { host: "hca.dinosaurbbq.org" } Rails.application.routes.default_url_options[:host] = "hca.dinosaurbbq.org" + Rails.application.routes.default_url_options[:protocol] = "https" # Amazon SES SMTP settings config.action_mailer.delivery_method = :smtp