aboutsummaryrefslogtreecommitdiffstats
path: root/lib/action_mailbox/base.rb
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-17 10:54:58 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-17 10:55:17 -0400
commit89ada1977ce648b2121cad7cfb95af9686ea016b (patch)
tree10bee2ff4e91f0350ed8cf967b787c7c4098f9cc /lib/action_mailbox/base.rb
parent8973fbcf08fcbfb7af8ad9fd9465ff3c2de06437 (diff)
downloadrails-89ada1977ce648b2121cad7cfb95af9686ea016b.tar.gz
rails-89ada1977ce648b2121cad7cfb95af9686ea016b.tar.bz2
rails-89ada1977ce648b2121cad7cfb95af9686ea016b.zip
Remove unnecessary TODO
Exception handlers are executed in the context of a mailbox instance and already have access to the inbound email.
Diffstat (limited to 'lib/action_mailbox/base.rb')
-rw-r--r--lib/action_mailbox/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/action_mailbox/base.rb b/lib/action_mailbox/base.rb
index 3b12493662..103bbc544c 100644
--- a/lib/action_mailbox/base.rb
+++ b/lib/action_mailbox/base.rb
@@ -27,7 +27,6 @@ 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