module ActionController::HttpAuthentication::Token::ControllerMethods

def authenticate_with_http_token(&login_procedure)

def authenticate_with_http_token(&login_procedure)
  Token.authenticate(self, &login_procedure)
end