class Elastics::HttpClients::Dummy
Public Instance Methods
request(*)
click to toggle source
# File lib/elastics/http_clients/loader.rb, line 5 def request(*) raise MissingHttpClientError, 'you should install the gem "patron" (recommended for performances) or "rest-client", ' + 'or provide your own http-client interface and set Elastics::Configuration.http_client' end