instance method
create
Ruby on Rails 8.0.4
Since v6.0.6Signature
create()
No documentation comment.
Source
# 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 ActionDispatch::Constants::UNPROCESSABLE_CONTENT
end
end
Defined in actionmailbox/app/controllers/action_mailbox/ingresses/relay/inbound_emails_controller.rb line 54
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailbox::Ingresses::Relay::InboundEmailsController