mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Mailgun copes with a 204 response status
This commit is contained in:
parent
ce93bbae01
commit
96f8ca37fb
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue