method
authenticate
v6.1.7.7 -
Show latest stable
- Class:
ActionMailbox::Ingresses::Mailgun::InboundEmailsController
authenticate()private
No documentation available.
# File actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb, line 59
def authenticate
head :unauthorized unless authenticated?
end