From f480cfabcd9000b5817b610e21466299025b12d2 Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Sun, 14 Apr 2019 12:15:54 -0400 Subject: Remove the Amazon SES ingress It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1. --- actionmailbox/app/controllers/action_mailbox/base_controller.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'actionmailbox/app/controllers/action_mailbox/base_controller.rb') diff --git a/actionmailbox/app/controllers/action_mailbox/base_controller.rb b/actionmailbox/app/controllers/action_mailbox/base_controller.rb index 92477b86a8..80a14355b7 100644 --- a/actionmailbox/app/controllers/action_mailbox/base_controller.rb +++ b/actionmailbox/app/controllers/action_mailbox/base_controller.rb @@ -7,10 +7,6 @@ module ActionMailbox before_action :ensure_configured - def self.prepare - # Override in concrete controllers to run code on load. - end - private def ensure_configured unless ActionMailbox.ingress == ingress_name -- cgit v1.2.3