Flowdock
method

authenticate

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: InboundEmailsController
authenticate() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/app/controllers/action_mailbox/ingresses/mailgun/inbound_emails_controller.rb, line 53
      def authenticate
        head :unauthorized unless authenticated?
      end
Register or log in to add new notes.