1
0
Fork 0
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:
George Claghorn 2018-10-19 19:57:38 -04:00
parent ce93bbae01
commit 96f8ca37fb

View file

@ -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