method
authenticate
rails latest stable - Class:
ActionMailbox::Ingresses::Mandrill::InboundEmailsController
authenticate()private
No documentation available.
# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 42
def authenticate
head :unauthorized unless authenticated?
end