aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailbox/app/controllers/action_mailbox/base_controller.rb
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2019-04-14 12:15:54 -0400
committerGitHub <noreply@github.com>2019-04-14 12:15:54 -0400
commitf480cfabcd9000b5817b610e21466299025b12d2 (patch)
tree7ff1d11bae5f2b781cd48d0465dc87d3decbae52 /actionmailbox/app/controllers/action_mailbox/base_controller.rb
parent00b0c84a9b78ce720700b04cf5d1c5f091fe63ca (diff)
downloadrails-f480cfabcd9000b5817b610e21466299025b12d2.tar.gz
rails-f480cfabcd9000b5817b610e21466299025b12d2.tar.bz2
rails-f480cfabcd9000b5817b610e21466299025b12d2.zip
Remove the Amazon SES ingress
It's unusable and not ready to ship in Rails 6.0. We'll rewrite it for 6.1.
Diffstat (limited to 'actionmailbox/app/controllers/action_mailbox/base_controller.rb')
-rw-r--r--actionmailbox/app/controllers/action_mailbox/base_controller.rb4
1 files changed, 0 insertions, 4 deletions
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