diff options
author | George Claghorn <george@basecamp.com> | 2018-10-19 19:57:38 -0400 |
---|---|---|
committer | George Claghorn <george@basecamp.com> | 2018-10-19 19:57:45 -0400 |
commit | 96f8ca37fb47062e0cdc9e3a2765dfe58dcb6770 (patch) | |
tree | 10a6c0b295a47d1c9ad443e34712ae9c424cfd51 /app/controllers | |
parent | ce93bbae01dc7089cbdca510574e0009b7f669ed (diff) | |
download | rails-96f8ca37fb47062e0cdc9e3a2765dfe58dcb6770.tar.gz rails-96f8ca37fb47062e0cdc9e3a2765dfe58dcb6770.tar.bz2 rails-96f8ca37fb47062e0cdc9e3a2765dfe58dcb6770.zip |
Mailgun copes with a 204 response status
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb b/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb index 11c47a5ea9..10af57c58f 100644 --- a/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb +++ b/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb @@ -3,7 +3,6 @@ class ActionMailbox::Ingresses::Mailgun::InboundEmailsController < ActionMailbox def create ActionMailbox::InboundEmail.create_and_extract_message_id! params.require("body-mime") - head :ok end private |