module ActionController::HttpAuthentication::Basic::ControllerMethods

def authenticate_with_http_basic(&login_procedure)

def authenticate_with_http_basic(&login_procedure)
  HttpAuthentication::Basic.authenticate(request, &login_procedure)
end