From cf8d76fdb42ab33c778b1787fb2ebe06481e2e3f Mon Sep 17 00:00:00 2001 From: George Claghorn Date: Wed, 17 Oct 2018 13:22:52 -0400 Subject: Revert "Remove unnecessary TODO" This reverts commit 89ada1977ce648b2121cad7cfb95af9686ea016b. --- lib/action_mailbox/base.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/action_mailbox/base.rb b/lib/action_mailbox/base.rb index 01ddc9c59b..30ecc4b623 100644 --- a/lib/action_mailbox/base.rb +++ b/lib/action_mailbox/base.rb @@ -27,6 +27,7 @@ class ActionMailbox::Base end end rescue => exception + # TODO: Include a reference to the inbound_email in the exception raised so error handling becomes easier rescue_with_handler(exception) || raise end -- cgit v1.2.3