class ActionMailbox::Ingresses::Mandrill::InboundEmailsController::Authenticator

def authenticated?

def authenticated?
  ActiveSupport::SecurityUtils.secure_compare given_signature, expected_signature
end