Class: ActionMailbox::Ingresses::Amazon::InboundEmailsController
- Inherits:
-
BaseController
- Object
- BaseController
- ActionMailbox::Ingresses::Amazon::InboundEmailsController
- Defined in:
- app/controllers/action_mailbox/ingresses/amazon/inbound_emails_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
37 38 39 40 41 42 |
# File 'app/controllers/action_mailbox/ingresses/amazon/inbound_emails_controller.rb', line 37 def create head :bad_request unless notification..present? ActionMailbox::InboundEmail.(notification.) head :no_content end |