method
create
v8.0.0 -
Show latest stable
- Class:
ActionMailbox::Ingresses::Relay::InboundEmailsController
create()public
No documentation available.
# File actionmailbox/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb, line 54
def create
if request.body
ActionMailbox::InboundEmail.create_and_extract_message_id! request.body.read
else
head :unprocessable_entity
end
end